HSL(192, 54%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 54%, 52%) | color: hsl(192, 54%, 52%) | |
| HEX | #43ACC7 | color: #43ACC7 | |
| RGB | rgb(67, 172, 199) | color: rgb(67, 172, 199) | |
| CMYK | cmyk(66%, 14%, 0%, 22%) | — | |
| HSV | hsv(192, 66%, 78%) | — | |
| HWB | hwb(192 27% 22%) | color: hwb(192 27% 22%) | |
| OKLCH | oklch(0.6949 0.1024 218) | color: oklch(0.6949 0.1024 218) | |
| Lab | lab(65.61 -21.57 -22.63) | color: lab(65.61 -21.57 -22.63) | |
| LCH | lch(65.61 31.26 226.37) | color: lch(65.61 31.26 226.37) |
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)
#7071C0 — rgb(112, 113, 192)
Deuteranopia (Green-blind)
#6A63BF — rgb(106, 99, 191)
Tritanopia (Blue-blind)
#48BBBA — rgb(72, 187, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 54%, 52%);
text
color: hsl(192, 54%, 52%);
border
border: 2px solid hsl(192, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(192, 54%, 72%), hsl(192, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(192, 54%, 52%), hsl(192, 54%, 32%))
hex
background-color: #43ACC7;
tailwind
bg-[hsl(192,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 54%, 52%, 0.4);
css variable
--color-primary: hsl(192, 54%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 54%, 52%)?
HEX: #43ACC7 | RGB: rgb(67, 172, 199) | CMYK: 66%, 14%, 0%, 22% | HSV: 192°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #43ACC7?
The complementary color is HSL(12, 54%, 52%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 54%, 52%) in CSS?
As HSL: color: hsl(192, 54%, 52%); — As HEX: color: #43ACC7; — As RGB: color: rgb(67, 172, 199); — Tailwind CSS: bg-[hsl(192,54%,52%)] — CSS variable: --color-primary: hsl(192, 54%, 52%);