HSL(161, 43%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,43%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 43%, 35%) | color: hsl(161, 43%, 35%) | |
| HEX | #338067 | color: #338067 | |
| RGB | rgb(51, 128, 103) | color: rgb(51, 128, 103) | |
| CMYK | cmyk(60%, 0%, 20%, 50%) | — | |
| HSV | hsv(161, 60%, 50%) | — | |
| HWB | hwb(161 20% 50%) | color: hwb(161 20% 50%) | |
| OKLCH | oklch(0.5445 0.0859 168.72) | color: oklch(0.5445 0.0859 168.72) | |
| Lab | lab(48.41 -30.11 6.57) | color: lab(48.41 -30.11 6.57) | |
| LCH | lch(48.41 30.82 167.69) | color: lch(48.41 30.82 167.69) |
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)
#54556D — rgb(84, 85, 109)
Deuteranopia (Green-blind)
#504A6F — rgb(80, 74, 111)
Tritanopia (Blue-blind)
#377273 — rgb(55, 114, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 43%, 35%);
text
color: hsl(161, 43%, 35%);
border
border: 2px solid hsl(161, 43%, 35%);
gradient light
background: linear-gradient(to right, hsl(161, 43%, 55%), hsl(161, 43%, 35%));
gradient dark
background: linear-gradient(to right, hsl(161, 43%, 35%), hsl(161, 43%, 15%))
hex
background-color: #338067;
tailwind
bg-[hsl(161,43%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 43%, 35%, 0.4);
css variable
--color-primary: hsl(161, 43%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 43%, 35%)?
HEX: #338067 | RGB: rgb(51, 128, 103) | CMYK: 60%, 0%, 20%, 50% | HSV: 161°, 60%, 50%. Copy any format from the conversion table above.
What colors go well with #338067?
The complementary color is HSL(341, 43%, 35%). 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, 43%, 35%) in CSS?
As HSL: color: hsl(161, 43%, 35%); — As HEX: color: #338067; — As RGB: color: rgb(51, 128, 103); — Tailwind CSS: bg-[hsl(161,43%,35%)] — CSS variable: --color-primary: hsl(161, 43%, 35%);