HSL(163, 53%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,53%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 53%, 22%) | color: hsl(163, 53%, 22%) | |
| HEX | #1A5645 | color: #1A5645 | |
| RGB | rgb(26, 86, 69) | color: rgb(26, 86, 69) | |
| CMYK | cmyk(70%, 0%, 20%, 66%) | — | |
| HSV | hsv(163, 70%, 34%) | — | |
| HWB | hwb(163 10% 66%) | color: hwb(163 10% 66%) | |
| OKLCH | oklch(0.4095 0.0678 170.66) | color: oklch(0.4095 0.0678 170.66) | |
| Lab | lab(32.49 -23.84 4.31) | color: lab(32.49 -23.84 4.31) | |
| LCH | lch(32.49 24.23 169.75) | color: lch(32.49 24.23 169.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#343549 — rgb(52, 53, 73)
Deuteranopia (Green-blind)
#312C4A — rgb(49, 44, 74)
Tritanopia (Blue-blind)
#1D4C4D — rgb(29, 76, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 53%, 22%);
text
color: hsl(163, 53%, 22%);
border
border: 2px solid hsl(163, 53%, 22%);
gradient light
background: linear-gradient(to right, hsl(163, 53%, 42%), hsl(163, 53%, 22%));
gradient dark
background: linear-gradient(to right, hsl(163, 53%, 22%), hsl(163, 53%, 2%))
hex
background-color: #1A5645;
tailwind
bg-[hsl(163,53%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 53%, 22%, 0.4);
css variable
--color-primary: hsl(163, 53%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 53%, 22%)?
HEX: #1A5645 | RGB: rgb(26, 86, 69) | CMYK: 70%, 0%, 20%, 66% | HSV: 163°, 70%, 34%. Copy any format from the conversion table above.
What colors go well with #1A5645?
The complementary color is HSL(343, 53%, 22%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 53%, 22%) in CSS?
As HSL: color: hsl(163, 53%, 22%); — As HEX: color: #1A5645; — As RGB: color: rgb(26, 86, 69); — Tailwind CSS: bg-[hsl(163,53%,22%)] — CSS variable: --color-primary: hsl(163, 53%, 22%);