HSL(192, 54%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,54%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 54%, 47%) | color: hsl(192, 54%, 47%) | |
| HEX | #379FB9 | color: #379FB9 | |
| RGB | rgb(55, 159, 185) | color: rgb(55, 159, 185) | |
| CMYK | cmyk(70%, 14%, 0%, 27%) | — | |
| HSV | hsv(192, 70%, 73%) | — | |
| HWB | hwb(192 22% 27%) | color: hwb(192 22% 27%) | |
| OKLCH | oklch(0.6543 0.1002 217.91) | color: oklch(0.6543 0.1002 217.91) | |
| Lab | lab(60.88 -21.03 -22.07) | color: lab(60.88 -21.03 -22.07) | |
| LCH | lch(60.88 30.49 226.38) | color: lch(60.88 30.49 226.38) |
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)
#6465B3 — rgb(100, 101, 179)
Deuteranopia (Green-blind)
#5E56B1 — rgb(94, 86, 177)
Tritanopia (Blue-blind)
#3CAEAD — rgb(60, 174, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 54%, 47%);
text
color: hsl(192, 54%, 47%);
border
border: 2px solid hsl(192, 54%, 47%);
gradient light
background: linear-gradient(to right, hsl(192, 54%, 67%), hsl(192, 54%, 47%));
gradient dark
background: linear-gradient(to right, hsl(192, 54%, 47%), hsl(192, 54%, 27%))
hex
background-color: #379FB9;
tailwind
bg-[hsl(192,54%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 54%, 47%, 0.4);
css variable
--color-primary: hsl(192, 54%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 54%, 47%)?
HEX: #379FB9 | RGB: rgb(55, 159, 185) | CMYK: 70%, 14%, 0%, 27% | HSV: 192°, 70%, 73%. Copy any format from the conversion table above.
What colors go well with #379FB9?
The complementary color is HSL(12, 54%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(192, 54%, 47%); — As HEX: color: #379FB9; — As RGB: color: rgb(55, 159, 185); — Tailwind CSS: bg-[hsl(192,54%,47%)] — CSS variable: --color-primary: hsl(192, 54%, 47%);