HSL(162, 43%, 36%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,43%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 43%, 36%) | color: hsl(162, 43%, 36%) | |
| HEX | #34836C | color: #34836C | |
| RGB | rgb(52, 131, 108) | color: rgb(52, 131, 108) | |
| CMYK | cmyk(60%, 0%, 18%, 49%) | — | |
| HSV | hsv(163, 60%, 51%) | — | |
| HWB | hwb(163 20% 49%) | color: hwb(163 20% 49%) | |
| OKLCH | oklch(0.5543 0.0857 170.97) | color: oklch(0.5543 0.0857 170.97) | |
| Lab | lab(49.55 -30.06 5.28) | color: lab(49.55 -30.06 5.28) | |
| LCH | lch(49.55 30.52 170.04) | color: lch(49.55 30.52 170.04) |
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)
#565772 — rgb(86, 87, 114)
Deuteranopia (Green-blind)
#524C73 — rgb(82, 76, 115)
Tritanopia (Blue-blind)
#387677 — rgb(56, 118, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 43%, 36%);
text
color: hsl(162, 43%, 36%);
border
border: 2px solid hsl(162, 43%, 36%);
gradient light
background: linear-gradient(to right, hsl(162, 43%, 56%), hsl(162, 43%, 36%));
gradient dark
background: linear-gradient(to right, hsl(162, 43%, 36%), hsl(162, 43%, 16%))
hex
background-color: #34836C;
tailwind
bg-[hsl(162,43%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 43%, 36%, 0.4);
css variable
--color-primary: hsl(162, 43%, 36%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 43%, 36%)?
HEX: #34836C | RGB: rgb(52, 131, 108) | CMYK: 60%, 0%, 18%, 49% | HSV: 163°, 60%, 51%. Copy any format from the conversion table above.
What colors go well with #34836C?
The complementary color is HSL(342, 43%, 36%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 43%, 36%) in CSS?
As HSL: color: hsl(162, 43%, 36%); — As HEX: color: #34836C; — As RGB: color: rgb(52, 131, 108); — Tailwind CSS: bg-[hsl(162,43%,36%)] — CSS variable: --color-primary: hsl(162, 43%, 36%);