HSL(190, 25%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,25%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 25%, 32%) | color: hsl(190, 25%, 32%) | |
| HEX | #3D5F66 | color: #3D5F66 | |
| RGB | rgb(61, 95, 102) | color: rgb(61, 95, 102) | |
| CMYK | cmyk(40%, 7%, 0%, 60%) | — | |
| HSV | hsv(190, 40%, 40%) | — | |
| HWB | hwb(190 24% 60%) | color: hwb(190 24% 60%) | |
| OKLCH | oklch(0.4623 0.0409 211.98) | color: oklch(0.4623 0.0409 211.98) | |
| Lab | lab(38.08 -10.28 -7.89) | color: lab(38.08 -10.28 -7.89) | |
| LCH | lch(38.08 12.96 217.51) | color: lch(38.08 12.96 217.51) |
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)
#4C4C64 — rgb(76, 76, 100)
Deuteranopia (Green-blind)
#4A4764 — rgb(74, 71, 100)
Tritanopia (Blue-blind)
#3F6363 — rgb(63, 99, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 25%, 32%);
text
color: hsl(190, 25%, 32%);
border
border: 2px solid hsl(190, 25%, 32%);
gradient light
background: linear-gradient(to right, hsl(190, 25%, 52%), hsl(190, 25%, 32%));
gradient dark
background: linear-gradient(to right, hsl(190, 25%, 32%), hsl(190, 25%, 12%))
hex
background-color: #3D5F66;
tailwind
bg-[hsl(190,25%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 25%, 32%, 0.4);
css variable
--color-primary: hsl(190, 25%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 25%, 32%)?
HEX: #3D5F66 | RGB: rgb(61, 95, 102) | CMYK: 40%, 7%, 0%, 60% | HSV: 190°, 40%, 40%. Copy any format from the conversion table above.
What colors go well with #3D5F66?
The complementary color is HSL(10, 25%, 32%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 25%, 32%) in CSS?
As HSL: color: hsl(190, 25%, 32%); — As HEX: color: #3D5F66; — As RGB: color: rgb(61, 95, 102); — Tailwind CSS: bg-[hsl(190,25%,32%)] — CSS variable: --color-primary: hsl(190, 25%, 32%);