HSL(151, 68%, 33%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,68%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 68%, 33%) | color: hsl(151, 68%, 33%) | |
| HEX | #1B8D56 | color: #1B8D56 | |
| RGB | rgb(27, 141, 86) | color: rgb(27, 141, 86) | |
| CMYK | cmyk(81%, 0%, 39%, 45%) | — | |
| HSV | hsv(151, 81%, 55%) | — | |
| HWB | hwb(151 10% 45%) | color: hwb(151 10% 45%) | |
| OKLCH | oklch(0.5694 0.1291 156.14) | color: oklch(0.5694 0.1291 156.14) | |
| Lab | lab(51.78 -43.77 20.88) | color: lab(51.78 -43.77 20.88) | |
| LCH | lch(51.78 48.5 154.5) | color: lch(51.78 48.5 154.5) |
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)
#4C4D63 — rgb(76, 77, 99)
Deuteranopia (Green-blind)
#463D67 — rgb(70, 61, 103)
Tritanopia (Blue-blind)
#216E70 — rgb(33, 110, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 68%, 33%);
text
color: hsl(151, 68%, 33%);
border
border: 2px solid hsl(151, 68%, 33%);
gradient light
background: linear-gradient(to right, hsl(151, 68%, 53%), hsl(151, 68%, 33%));
gradient dark
background: linear-gradient(to right, hsl(151, 68%, 33%), hsl(151, 68%, 13%))
hex
background-color: #1B8D56;
tailwind
bg-[hsl(151,68%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 68%, 33%, 0.4);
css variable
--color-primary: hsl(151, 68%, 33%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 68%, 33%)?
HEX: #1B8D56 | RGB: rgb(27, 141, 86) | CMYK: 81%, 0%, 39%, 45% | HSV: 151°, 81%, 55%. Copy any format from the conversion table above.
What colors go well with #1B8D56?
The complementary color is HSL(331, 68%, 33%). 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, 68%, 33%) in CSS?
As HSL: color: hsl(151, 68%, 33%); — As HEX: color: #1B8D56; — As RGB: color: rgb(27, 141, 86); — Tailwind CSS: bg-[hsl(151,68%,33%)] — CSS variable: --color-primary: hsl(151, 68%, 33%);