HSL(175, 74%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,74%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 74%, 84%) | color: hsl(175, 74%, 84%) | |
| HEX | #B8F4EF | color: #B8F4EF | |
| RGB | rgb(184, 244, 239) | color: rgb(184, 244, 239) | |
| CMYK | cmyk(25%, 0%, 2%, 4%) | — | |
| HSV | hsv(175, 25%, 96%) | — | |
| HWB | hwb(175 72% 4%) | color: hwb(175 72% 4%) | |
| OKLCH | oklch(0.9252 0.0608 189.77) | color: oklch(0.9252 0.0608 189.77) | |
| Lab | lab(92.19 -19.8 -3.73) | color: lab(92.19 -19.8 -3.73) | |
| LCH | lch(92.19 20.15 190.67) | color: lch(92.19 20.15 190.67) |
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)
#D2D3F0 — rgb(210, 211, 240)
Deuteranopia (Green-blind)
#CFCAF1 — rgb(207, 202, 241)
Tritanopia (Blue-blind)
#BBF1F1 — rgb(187, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 74%, 84%);
text
color: hsl(175, 74%, 84%);
border
border: 2px solid hsl(175, 74%, 84%);
gradient light
background: linear-gradient(to right, hsl(175, 74%, 100%), hsl(175, 74%, 84%));
gradient dark
background: linear-gradient(to right, hsl(175, 74%, 84%), hsl(175, 74%, 64%))
hex
background-color: #B8F4EF;
tailwind
bg-[hsl(175,74%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 74%, 84%, 0.4);
css variable
--color-primary: hsl(175, 74%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 74%, 84%)?
HEX: #B8F4EF | RGB: rgb(184, 244, 239) | CMYK: 25%, 0%, 2%, 4% | HSV: 175°, 25%, 96%. Copy any format from the conversion table above.
What colors go well with #B8F4EF?
The complementary color is HSL(355, 74%, 84%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 74%, 84%) in CSS?
As HSL: color: hsl(175, 74%, 84%); — As HEX: color: #B8F4EF; — As RGB: color: rgb(184, 244, 239); — Tailwind CSS: bg-[hsl(175,74%,84%)] — CSS variable: --color-primary: hsl(175, 74%, 84%);