HSL(187, 36%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,36%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 36%, 15%) | color: hsl(187, 36%, 15%) | |
| HEX | #183134 | color: #183134 | |
| RGB | rgb(24, 49, 52) | color: rgb(24, 49, 52) | |
| CMYK | cmyk(54%, 6%, 0%, 80%) | — | |
| HSV | hsv(186, 54%, 20%) | — | |
| HWB | hwb(186 9% 80%) | color: hwb(186 9% 80%) | |
| OKLCH | oklch(0.2944 0.0314 205.57) | color: oklch(0.2944 0.0314 205.57) | |
| Lab | lab(18.53 -8.67 -4.93) | color: lab(18.53 -8.67 -4.93) | |
| LCH | lch(18.53 9.97 209.62) | color: lch(18.53 9.97 209.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#232333 — rgb(35, 35, 51)
Deuteranopia (Green-blind)
#212033 — rgb(33, 32, 51)
Tritanopia (Blue-blind)
#193333 — rgb(25, 51, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 36%, 15%);
text
color: hsl(187, 36%, 15%);
border
border: 2px solid hsl(187, 36%, 15%);
gradient light
background: linear-gradient(to right, hsl(187, 36%, 35%), hsl(187, 36%, 15%));
gradient dark
background: linear-gradient(to right, hsl(187, 36%, 15%), hsl(187, 36%, 0%))
hex
background-color: #183134;
tailwind
bg-[hsl(187,36%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 36%, 15%, 0.4);
css variable
--color-primary: hsl(187, 36%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 36%, 15%)?
HEX: #183134 | RGB: rgb(24, 49, 52) | CMYK: 54%, 6%, 0%, 80% | HSV: 186°, 54%, 20%. Copy any format from the conversion table above.
What colors go well with #183134?
The complementary color is HSL(7, 36%, 15%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 36%, 15%) in CSS?
As HSL: color: hsl(187, 36%, 15%); — As HEX: color: #183134; — As RGB: color: rgb(24, 49, 52); — Tailwind CSS: bg-[hsl(187,36%,15%)] — CSS variable: --color-primary: hsl(187, 36%, 15%);