HSL(155, 70%, 81%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,70%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 70%, 81%) | color: hsl(155, 70%, 81%) | |
| HEX | #ADF0D4 | color: #ADF0D4 | |
| RGB | rgb(173, 240, 212) | color: rgb(173, 240, 212) | |
| CMYK | cmyk(28%, 0%, 12%, 6%) | — | |
| HSV | hsv(155, 28%, 94%) | — | |
| HWB | hwb(155 68% 6%) | color: hwb(155 68% 6%) | |
| OKLCH | oklch(0.9027 0.0776 166.88) | color: oklch(0.9027 0.0776 166.88) | |
| Lab | lab(89.84 -26.63 6.83) | color: lab(89.84 -26.63 6.83) | |
| LCH | lch(89.84 27.49 165.61) | color: lch(89.84 27.49 165.61) |
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)
#CACBDB — rgb(202, 203, 219)
Deuteranopia (Green-blind)
#C6C1DC — rgb(198, 193, 220)
Tritanopia (Blue-blind)
#B0E0E1 — rgb(176, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 70%, 81%);
text
color: hsl(155, 70%, 81%);
border
border: 2px solid hsl(155, 70%, 81%);
gradient light
background: linear-gradient(to right, hsl(155, 70%, 100%), hsl(155, 70%, 81%));
gradient dark
background: linear-gradient(to right, hsl(155, 70%, 81%), hsl(155, 70%, 61%))
hex
background-color: #ADF0D4;
tailwind
bg-[hsl(155,70%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 70%, 81%, 0.4);
css variable
--color-primary: hsl(155, 70%, 81%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 70%, 81%)?
HEX: #ADF0D4 | RGB: rgb(173, 240, 212) | CMYK: 28%, 0%, 12%, 6% | HSV: 155°, 28%, 94%. Copy any format from the conversion table above.
What colors go well with #ADF0D4?
The complementary color is HSL(335, 70%, 81%). 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, 70%, 81%) in CSS?
As HSL: color: hsl(155, 70%, 81%); — As HEX: color: #ADF0D4; — As RGB: color: rgb(173, 240, 212); — Tailwind CSS: bg-[hsl(155,70%,81%)] — CSS variable: --color-primary: hsl(155, 70%, 81%);