HSL(151, 45%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,45%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 45%, 26%) | color: hsl(151, 45%, 26%) | |
| HEX | #246043 | color: #246043 | |
| RGB | rgb(36, 96, 67) | color: rgb(36, 96, 67) | |
| CMYK | cmyk(63%, 0%, 30%, 62%) | — | |
| HSV | hsv(151, 63%, 38%) | — | |
| HWB | hwb(151 14% 62%) | color: hwb(151 14% 62%) | |
| OKLCH | oklch(0.4411 0.079 159.45) | color: oklch(0.4411 0.079 159.45) | |
| Lab | lab(36.26 -27.04 10.91) | color: lab(36.26 -27.04 10.91) | |
| LCH | lch(36.26 29.16 158.03) | color: lch(36.26 29.16 158.03) |
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)
#3E3F4A — rgb(62, 63, 74)
Deuteranopia (Green-blind)
#3B364C — rgb(59, 54, 76)
Tritanopia (Blue-blind)
#275051 — rgb(39, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 45%, 26%);
text
color: hsl(151, 45%, 26%);
border
border: 2px solid hsl(151, 45%, 26%);
gradient light
background: linear-gradient(to right, hsl(151, 45%, 46%), hsl(151, 45%, 26%));
gradient dark
background: linear-gradient(to right, hsl(151, 45%, 26%), hsl(151, 45%, 6%))
hex
background-color: #246043;
tailwind
bg-[hsl(151,45%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 45%, 26%, 0.4);
css variable
--color-primary: hsl(151, 45%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 45%, 26%)?
HEX: #246043 | RGB: rgb(36, 96, 67) | CMYK: 63%, 0%, 30%, 62% | HSV: 151°, 63%, 38%. Copy any format from the conversion table above.
What colors go well with #246043?
The complementary color is HSL(331, 45%, 26%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 45%, 26%) in CSS?
As HSL: color: hsl(151, 45%, 26%); — As HEX: color: #246043; — As RGB: color: rgb(36, 96, 67); — Tailwind CSS: bg-[hsl(151,45%,26%)] — CSS variable: --color-primary: hsl(151, 45%, 26%);