HSL(182, 98%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,98%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 98%, 71%) | color: hsl(182, 98%, 71%) | |
| HEX | #6DF9FE | color: #6DF9FE | |
| RGB | rgb(109, 249, 254) | color: rgb(109, 249, 254) | |
| CMYK | cmyk(57%, 2%, 0%, 0%) | — | |
| HSV | hsv(182, 57%, 100%) | — | |
| HWB | hwb(182 43% 0%) | color: hwb(182 43% 0%) | |
| OKLCH | oklch(0.9074 0.121 198.48) | color: oklch(0.9074 0.121 198.48) | |
| Lab | lab(90.85 -36.3 -13.85) | color: lab(90.85 -36.3 -13.85) | |
| LCH | lch(90.85 38.85 200.88) | color: lch(90.85 38.85 200.88) |
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)
#AAABFD — rgb(170, 171, 253)
Deuteranopia (Green-blind)
#A297FD — rgb(162, 151, 253)
Tritanopia (Blue-blind)
#74FCFC — rgb(116, 252, 252)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 98%, 71%);
text
color: hsl(182, 98%, 71%);
border
border: 2px solid hsl(182, 98%, 71%);
gradient light
background: linear-gradient(to right, hsl(182, 98%, 91%), hsl(182, 98%, 71%));
gradient dark
background: linear-gradient(to right, hsl(182, 98%, 71%), hsl(182, 98%, 51%))
hex
background-color: #6DF9FE;
tailwind
bg-[hsl(182,98%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 98%, 71%, 0.4);
css variable
--color-primary: hsl(182, 98%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 98%, 71%)?
HEX: #6DF9FE | RGB: rgb(109, 249, 254) | CMYK: 57%, 2%, 0%, 0% | HSV: 182°, 57%, 100%. Copy any format from the conversion table above.
What colors go well with #6DF9FE?
The complementary color is HSL(2, 98%, 71%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 98%, 71%) in CSS?
As HSL: color: hsl(182, 98%, 71%); — As HEX: color: #6DF9FE; — As RGB: color: rgb(109, 249, 254); — Tailwind CSS: bg-[hsl(182,98%,71%)] — CSS variable: --color-primary: hsl(182, 98%, 71%);