HSL(185, 65%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,65%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 65%, 35%) | color: hsl(185, 65%, 35%) | |
| HEX | #1F8A93 | color: #1F8A93 | |
| RGB | rgb(31, 138, 147) | color: rgb(31, 138, 147) | |
| CMYK | cmyk(79%, 6%, 0%, 42%) | — | |
| HSV | hsv(185, 79%, 58%) | — | |
| HWB | hwb(185 12% 42%) | color: hwb(185 12% 42%) | |
| OKLCH | oklch(0.5806 0.0915 203.63) | color: oklch(0.5806 0.0915 203.63) | |
| Lab | lab(52.48 -25.46 -13.2) | color: lab(52.48 -25.46 -13.2) | |
| LCH | lch(52.48 28.68 207.4) | color: lch(52.48 28.68 207.4) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4D4E91 — rgb(77, 78, 145)
Deuteranopia (Green-blind)
#473F90 — rgb(71, 63, 144)
Tritanopia (Blue-blind)
#248F8F — rgb(36, 143, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 65%, 35%);
text
color: hsl(185, 65%, 35%);
border
border: 2px solid hsl(185, 65%, 35%);
gradient light
background: linear-gradient(to right, hsl(185, 65%, 55%), hsl(185, 65%, 35%));
gradient dark
background: linear-gradient(to right, hsl(185, 65%, 35%), hsl(185, 65%, 15%))
hex
background-color: #1F8A93;
tailwind
bg-[hsl(185,65%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 65%, 35%, 0.4);
css variable
--color-primary: hsl(185, 65%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 65%, 35%)?
HEX: #1F8A93 | RGB: rgb(31, 138, 147) | CMYK: 79%, 6%, 0%, 42% | HSV: 185°, 79%, 58%. Copy any format from the conversion table above.
What colors go well with #1F8A93?
The complementary color is HSL(5, 65%, 35%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 65%, 35%) in CSS?
As HSL: color: hsl(185, 65%, 35%); — As HEX: color: #1F8A93; — As RGB: color: rgb(31, 138, 147); — Tailwind CSS: bg-[hsl(185,65%,35%)] — CSS variable: --color-primary: hsl(185, 65%, 35%);