HSL(194, 21%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,21%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 21%, 28%) | color: hsl(194, 21%, 28%) | |
| HEX | #384F56 | color: #384F56 | |
| RGB | rgb(56, 79, 86) | color: rgb(56, 79, 86) | |
| CMYK | cmyk(35%, 8%, 0%, 66%) | — | |
| HSV | hsv(194, 35%, 34%) | — | |
| HWB | hwb(194 22% 66%) | color: hwb(194 22% 66%) | |
| OKLCH | oklch(0.4115 0.0305 218.59) | color: oklch(0.4115 0.0305 218.59) | |
| Lab | lab(32.04 -6.83 -6.95) | color: lab(32.04 -6.83 -6.95) | |
| LCH | lch(32.04 9.74 225.5) | color: lch(32.04 9.74 225.5) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#424254 — rgb(66, 66, 84)
Deuteranopia (Green-blind)
#413F54 — rgb(65, 63, 84)
Tritanopia (Blue-blind)
#395353 — rgb(57, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 21%, 28%);
text
color: hsl(194, 21%, 28%);
border
border: 2px solid hsl(194, 21%, 28%);
gradient light
background: linear-gradient(to right, hsl(194, 21%, 48%), hsl(194, 21%, 28%));
gradient dark
background: linear-gradient(to right, hsl(194, 21%, 28%), hsl(194, 21%, 8%))
hex
background-color: #384F56;
tailwind
bg-[hsl(194,21%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 21%, 28%, 0.4);
css variable
--color-primary: hsl(194, 21%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 21%, 28%)?
HEX: #384F56 | RGB: rgb(56, 79, 86) | CMYK: 35%, 8%, 0%, 66% | HSV: 194°, 35%, 34%. Copy any format from the conversion table above.
What colors go well with #384F56?
The complementary color is HSL(14, 21%, 28%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(194, 21%, 28%) in CSS?
As HSL: color: hsl(194, 21%, 28%); — As HEX: color: #384F56; — As RGB: color: rgb(56, 79, 86); — Tailwind CSS: bg-[hsl(194,21%,28%)] — CSS variable: --color-primary: hsl(194, 21%, 28%);