HSL(184, 60%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(184,60%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 60%, 63%) | color: hsl(184, 60%, 63%) | |
| HEX | #68D2D9 | color: #68D2D9 | |
| RGB | rgb(104, 210, 217) | color: rgb(104, 210, 217) | |
| CMYK | cmyk(52%, 3%, 0%, 15%) | — | |
| HSV | hsv(184, 52%, 85%) | — | |
| HWB | hwb(184 41% 15%) | color: hwb(184 41% 15%) | |
| OKLCH | oklch(0.8037 0.0983 201.15) | color: oklch(0.8037 0.0983 201.15) | |
| Lab | lab(78.49 -28.64 -12.85) | color: lab(78.49 -28.64 -12.85) | |
| LCH | lch(78.49 31.39 204.16) | color: lch(78.49 31.39 204.16) |
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)
#9697D7 — rgb(150, 151, 215)
Deuteranopia (Green-blind)
#9088D7 — rgb(144, 136, 215)
Tritanopia (Blue-blind)
#6DD6D6 — rgb(109, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 60%, 63%);
text
color: hsl(184, 60%, 63%);
border
border: 2px solid hsl(184, 60%, 63%);
gradient light
background: linear-gradient(to right, hsl(184, 60%, 83%), hsl(184, 60%, 63%));
gradient dark
background: linear-gradient(to right, hsl(184, 60%, 63%), hsl(184, 60%, 43%))
hex
background-color: #68D2D9;
tailwind
bg-[hsl(184,60%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 60%, 63%, 0.4);
css variable
--color-primary: hsl(184, 60%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(184, 60%, 63%)?
HEX: #68D2D9 | RGB: rgb(104, 210, 217) | CMYK: 52%, 3%, 0%, 15% | HSV: 184°, 52%, 85%. Copy any format from the conversion table above.
What colors go well with #68D2D9?
The complementary color is HSL(4, 60%, 63%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 60%, 63%) in CSS?
As HSL: color: hsl(184, 60%, 63%); — As HEX: color: #68D2D9; — As RGB: color: rgb(104, 210, 217); — Tailwind CSS: bg-[hsl(184,60%,63%)] — CSS variable: --color-primary: hsl(184, 60%, 63%);