HSL(151, 32%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,32%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 32%, 55%) | color: hsl(151, 32%, 55%) | |
| HEX | #68B18D | color: #68B18D | |
| RGB | rgb(104, 177, 141) | color: rgb(104, 177, 141) | |
| CMYK | cmyk(41%, 0%, 20%, 31%) | — | |
| HSV | hsv(150, 41%, 69%) | — | |
| HWB | hwb(150 41% 31%) | color: hwb(150 41% 31%) | |
| OKLCH | oklch(0.7023 0.0913 161.35) | color: oklch(0.7023 0.0913 161.35) | |
| Lab | lab(66.76 -31.15 11.36) | color: lab(66.76 -31.15 11.36) | |
| LCH | lch(66.76 33.16 159.96) | color: lch(66.76 33.16 159.96) |
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)
#888896 — rgb(136, 136, 150)
Deuteranopia (Green-blind)
#837E98 — rgb(131, 126, 152)
Tritanopia (Blue-blind)
#6C9D9E — rgb(108, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 32%, 55%);
text
color: hsl(151, 32%, 55%);
border
border: 2px solid hsl(151, 32%, 55%);
gradient light
background: linear-gradient(to right, hsl(151, 32%, 75%), hsl(151, 32%, 55%));
gradient dark
background: linear-gradient(to right, hsl(151, 32%, 55%), hsl(151, 32%, 35%))
hex
background-color: #68B18D;
tailwind
bg-[hsl(151,32%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 32%, 55%, 0.4);
css variable
--color-primary: hsl(151, 32%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 32%, 55%)?
HEX: #68B18D | RGB: rgb(104, 177, 141) | CMYK: 41%, 0%, 20%, 31% | HSV: 150°, 41%, 69%. Copy any format from the conversion table above.
What colors go well with #68B18D?
The complementary color is HSL(331, 32%, 55%). 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, 32%, 55%) in CSS?
As HSL: color: hsl(151, 32%, 55%); — As HEX: color: #68B18D; — As RGB: color: rgb(104, 177, 141); — Tailwind CSS: bg-[hsl(151,32%,55%)] — CSS variable: --color-primary: hsl(151, 32%, 55%);