HSL(155, 30%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,30%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 30%, 29%) | color: hsl(155, 30%, 29%) | |
| HEX | #34604E | color: #34604E | |
| RGB | rgb(52, 96, 78) | color: rgb(52, 96, 78) | |
| CMYK | cmyk(46%, 0%, 19%, 62%) | — | |
| HSV | hsv(155, 46%, 38%) | — | |
| HWB | hwb(155 21% 62%) | color: hwb(155 21% 62%) | |
| OKLCH | oklch(0.4514 0.0578 165.63) | color: oklch(0.4514 0.0578 165.63) | |
| Lab | lab(37.2 -19.98 5.58) | color: lab(37.2 -19.98 5.58) | |
| LCH | lch(37.2 20.74 164.4) | color: lch(37.2 20.74 164.4) |
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)
#474752 — rgb(71, 71, 82)
Deuteranopia (Green-blind)
#454153 — rgb(69, 65, 83)
Tritanopia (Blue-blind)
#365657 — rgb(54, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 30%, 29%);
text
color: hsl(155, 30%, 29%);
border
border: 2px solid hsl(155, 30%, 29%);
gradient light
background: linear-gradient(to right, hsl(155, 30%, 49%), hsl(155, 30%, 29%));
gradient dark
background: linear-gradient(to right, hsl(155, 30%, 29%), hsl(155, 30%, 9%))
hex
background-color: #34604E;
tailwind
bg-[hsl(155,30%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 30%, 29%, 0.4);
css variable
--color-primary: hsl(155, 30%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 30%, 29%)?
HEX: #34604E | RGB: rgb(52, 96, 78) | CMYK: 46%, 0%, 19%, 62% | HSV: 155°, 46%, 38%. Copy any format from the conversion table above.
What colors go well with #34604E?
The complementary color is HSL(335, 30%, 29%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 30%, 29%) in CSS?
As HSL: color: hsl(155, 30%, 29%); — As HEX: color: #34604E; — As RGB: color: rgb(52, 96, 78); — Tailwind CSS: bg-[hsl(155,30%,29%)] — CSS variable: --color-primary: hsl(155, 30%, 29%);