HSL(175, 92%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,92%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 92%, 73%) | color: hsl(175, 92%, 73%) | |
| HEX | #7BF9EF | color: #7BF9EF | |
| RGB | rgb(123, 249, 239) | color: rgb(123, 249, 239) | |
| CMYK | cmyk(51%, 0%, 4%, 2%) | — | |
| HSV | hsv(175, 51%, 98%) | — | |
| HWB | hwb(175 48% 2%) | color: hwb(175 48% 2%) | |
| OKLCH | oklch(0.9074 0.1138 188.46) | color: oklch(0.9074 0.1138 188.46) | |
| Lab | lab(90.87 -37.47 -5.98) | color: lab(90.87 -37.47 -5.98) | |
| LCH | lch(90.87 37.94 189.07) | color: lch(90.87 37.94 189.07) |
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)
#B2B3F1 — rgb(178, 179, 241)
Deuteranopia (Green-blind)
#AAA1F2 — rgb(170, 161, 242)
Tritanopia (Blue-blind)
#81F3F4 — rgb(129, 243, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 92%, 73%);
text
color: hsl(175, 92%, 73%);
border
border: 2px solid hsl(175, 92%, 73%);
gradient light
background: linear-gradient(to right, hsl(175, 92%, 93%), hsl(175, 92%, 73%));
gradient dark
background: linear-gradient(to right, hsl(175, 92%, 73%), hsl(175, 92%, 53%))
hex
background-color: #7BF9EF;
tailwind
bg-[hsl(175,92%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 92%, 73%, 0.4);
css variable
--color-primary: hsl(175, 92%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 92%, 73%)?
HEX: #7BF9EF | RGB: rgb(123, 249, 239) | CMYK: 51%, 0%, 4%, 2% | HSV: 175°, 51%, 98%. Copy any format from the conversion table above.
What colors go well with #7BF9EF?
The complementary color is HSL(355, 92%, 73%). 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, 92%, 73%) in CSS?
As HSL: color: hsl(175, 92%, 73%); — As HEX: color: #7BF9EF; — As RGB: color: rgb(123, 249, 239); — Tailwind CSS: bg-[hsl(175,92%,73%)] — CSS variable: --color-primary: hsl(175, 92%, 73%);