HSL(191, 68%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,68%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 68%, 64%) | color: hsl(191, 68%, 64%) | |
| HEX | #65CBE2 | color: #65CBE2 | |
| RGB | rgb(101, 203, 226) | color: rgb(101, 203, 226) | |
| CMYK | cmyk(55%, 10%, 0%, 11%) | — | |
| HSV | hsv(191, 55%, 89%) | — | |
| HWB | hwb(191 40% 11%) | color: hwb(191 40% 11%) | |
| OKLCH | oklch(0.7896 0.1 214.49) | color: oklch(0.7896 0.1 214.49) | |
| Lab | lab(76.66 -23.31 -20.45) | color: lab(76.66 -23.31 -20.45) | |
| LCH | lch(76.66 31.01 221.26) | color: lch(76.66 31.01 221.26) |
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)
#9192DC — rgb(145, 146, 220)
Deuteranopia (Green-blind)
#8B84DB — rgb(139, 132, 219)
Tritanopia (Blue-blind)
#6AD8D7 — rgb(106, 216, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 68%, 64%);
text
color: hsl(191, 68%, 64%);
border
border: 2px solid hsl(191, 68%, 64%);
gradient light
background: linear-gradient(to right, hsl(191, 68%, 84%), hsl(191, 68%, 64%));
gradient dark
background: linear-gradient(to right, hsl(191, 68%, 64%), hsl(191, 68%, 44%))
hex
background-color: #65CBE2;
tailwind
bg-[hsl(191,68%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 68%, 64%, 0.4);
css variable
--color-primary: hsl(191, 68%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 68%, 64%)?
HEX: #65CBE2 | RGB: rgb(101, 203, 226) | CMYK: 55%, 10%, 0%, 11% | HSV: 191°, 55%, 89%. Copy any format from the conversion table above.
What colors go well with #65CBE2?
The complementary color is HSL(11, 68%, 64%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 68%, 64%) in CSS?
As HSL: color: hsl(191, 68%, 64%); — As HEX: color: #65CBE2; — As RGB: color: rgb(101, 203, 226); — Tailwind CSS: bg-[hsl(191,68%,64%)] — CSS variable: --color-primary: hsl(191, 68%, 64%);