HSL(190, 52%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,52%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 52%, 61%) | color: hsl(190, 52%, 61%) | |
| HEX | #68BECF | color: #68BECF | |
| RGB | rgb(104, 190, 207) | color: rgb(104, 190, 207) | |
| CMYK | cmyk(50%, 8%, 0%, 19%) | — | |
| HSV | hsv(190, 50%, 81%) | — | |
| HWB | hwb(190 41% 19%) | color: hwb(190 41% 19%) | |
| OKLCH | oklch(0.7538 0.0865 211.93) | color: oklch(0.7538 0.0865 211.93) | |
| Lab | lab(72.41 -21.4 -16.57) | color: lab(72.41 -21.4 -16.57) | |
| LCH | lch(72.41 27.07 217.75) | color: lch(72.41 27.07 217.75) |
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)
#8D8ECB — rgb(141, 142, 203)
Deuteranopia (Green-blind)
#8882CA — rgb(136, 130, 202)
Tritanopia (Blue-blind)
#6CC8C7 — rgb(108, 200, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 52%, 61%);
text
color: hsl(190, 52%, 61%);
border
border: 2px solid hsl(190, 52%, 61%);
gradient light
background: linear-gradient(to right, hsl(190, 52%, 81%), hsl(190, 52%, 61%));
gradient dark
background: linear-gradient(to right, hsl(190, 52%, 61%), hsl(190, 52%, 41%))
hex
background-color: #68BECF;
tailwind
bg-[hsl(190,52%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 52%, 61%, 0.4);
css variable
--color-primary: hsl(190, 52%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 52%, 61%)?
HEX: #68BECF | RGB: rgb(104, 190, 207) | CMYK: 50%, 8%, 0%, 19% | HSV: 190°, 50%, 81%. Copy any format from the conversion table above.
What colors go well with #68BECF?
The complementary color is HSL(10, 52%, 61%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 52%, 61%) in CSS?
As HSL: color: hsl(190, 52%, 61%); — As HEX: color: #68BECF; — As RGB: color: rgb(104, 190, 207); — Tailwind CSS: bg-[hsl(190,52%,61%)] — CSS variable: --color-primary: hsl(190, 52%, 61%);