HSL(161, 21%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,21%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 21%, 34%) | color: hsl(161, 21%, 34%) | |
| HEX | #44695D | color: #44695D | |
| RGB | rgb(68, 105, 93) | color: rgb(68, 105, 93) | |
| CMYK | cmyk(35%, 0%, 11%, 59%) | — | |
| HSV | hsv(161, 35%, 41%) | — | |
| HWB | hwb(161 27% 59%) | color: hwb(161 27% 59%) | |
| OKLCH | oklch(0.489 0.0467 171.93) | color: oklch(0.489 0.0467 171.93) | |
| Lab | lab(41.41 -16.14 2.57) | color: lab(41.41 -16.14 2.57) | |
| LCH | lch(41.41 16.34 170.95) | color: lch(41.41 16.34 170.95) |
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)
#545460 — rgb(84, 84, 96)
Deuteranopia (Green-blind)
#524F61 — rgb(82, 79, 97)
Tritanopia (Blue-blind)
#466263 — rgb(70, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 21%, 34%);
text
color: hsl(161, 21%, 34%);
border
border: 2px solid hsl(161, 21%, 34%);
gradient light
background: linear-gradient(to right, hsl(161, 21%, 54%), hsl(161, 21%, 34%));
gradient dark
background: linear-gradient(to right, hsl(161, 21%, 34%), hsl(161, 21%, 14%))
hex
background-color: #44695D;
tailwind
bg-[hsl(161,21%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 21%, 34%, 0.4);
css variable
--color-primary: hsl(161, 21%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 21%, 34%)?
HEX: #44695D | RGB: rgb(68, 105, 93) | CMYK: 35%, 0%, 11%, 59% | HSV: 161°, 35%, 41%. Copy any format from the conversion table above.
What colors go well with #44695D?
The complementary color is HSL(341, 21%, 34%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 21%, 34%) in CSS?
As HSL: color: hsl(161, 21%, 34%); — As HEX: color: #44695D; — As RGB: color: rgb(68, 105, 93); — Tailwind CSS: bg-[hsl(161,21%,34%)] — CSS variable: --color-primary: hsl(161, 21%, 34%);