HSL(151, 45%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,45%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 45%, 72%) | color: hsl(151, 45%, 72%) | |
| HEX | #97D8B9 | color: #97D8B9 | |
| RGB | rgb(151, 216, 185) | color: rgb(151, 216, 185) | |
| CMYK | cmyk(30%, 0%, 14%, 15%) | — | |
| HSV | hsv(151, 30%, 85%) | — | |
| HWB | hwb(151 60% 15%) | color: hwb(151 60% 15%) | |
| OKLCH | oklch(0.8298 0.0793 163.44) | color: oklch(0.8298 0.0793 163.44) | |
| Lab | lab(81.4 -27.04 8.75) | color: lab(81.4 -27.04 8.75) | |
| LCH | lch(81.4 28.42 162.07) | color: lch(81.4 28.42 162.07) |
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)
#B3B4C1 — rgb(179, 180, 193)
Deuteranopia (Green-blind)
#AFABC2 — rgb(175, 171, 194)
Tritanopia (Blue-blind)
#9AC6C8 — rgb(154, 198, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 45%, 72%);
text
color: hsl(151, 45%, 72%);
border
border: 2px solid hsl(151, 45%, 72%);
gradient light
background: linear-gradient(to right, hsl(151, 45%, 92%), hsl(151, 45%, 72%));
gradient dark
background: linear-gradient(to right, hsl(151, 45%, 72%), hsl(151, 45%, 52%))
hex
background-color: #97D8B9;
tailwind
bg-[hsl(151,45%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 45%, 72%, 0.4);
css variable
--color-primary: hsl(151, 45%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 45%, 72%)?
HEX: #97D8B9 | RGB: rgb(151, 216, 185) | CMYK: 30%, 0%, 14%, 15% | HSV: 151°, 30%, 85%. Copy any format from the conversion table above.
What colors go well with #97D8B9?
The complementary color is HSL(331, 45%, 72%). 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%, 72%) in CSS?
As HSL: color: hsl(151, 45%, 72%); — As HEX: color: #97D8B9; — As RGB: color: rgb(151, 216, 185); — Tailwind CSS: bg-[hsl(151,45%,72%)] — CSS variable: --color-primary: hsl(151, 45%, 72%);