HSL(161, 26%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,26%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 26%, 59%) | color: hsl(161, 26%, 59%) | |
| HEX | #7BB2A0 | color: #7BB2A0 | |
| RGB | rgb(123, 178, 160) | color: rgb(123, 178, 160) | |
| CMYK | cmyk(31%, 0%, 10%, 30%) | — | |
| HSV | hsv(160, 31%, 70%) | — | |
| HWB | hwb(160 48% 30%) | color: hwb(160 48% 30%) | |
| OKLCH | oklch(0.72 0.0636 172.04) | color: oklch(0.72 0.0636 172.04) | |
| Lab | lab(68.45 -21.96 3.45) | color: lab(68.45 -21.96 3.45) | |
| LCH | lch(68.45 22.23 171.07) | color: lch(68.45 22.23 171.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)
#9393A4 — rgb(147, 147, 164)
Deuteranopia (Green-blind)
#908CA5 — rgb(144, 140, 165)
Tritanopia (Blue-blind)
#7EA8A9 — rgb(126, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 26%, 59%);
text
color: hsl(161, 26%, 59%);
border
border: 2px solid hsl(161, 26%, 59%);
gradient light
background: linear-gradient(to right, hsl(161, 26%, 79%), hsl(161, 26%, 59%));
gradient dark
background: linear-gradient(to right, hsl(161, 26%, 59%), hsl(161, 26%, 39%))
hex
background-color: #7BB2A0;
tailwind
bg-[hsl(161,26%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 26%, 59%, 0.4);
css variable
--color-primary: hsl(161, 26%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 26%, 59%)?
HEX: #7BB2A0 | RGB: rgb(123, 178, 160) | CMYK: 31%, 0%, 10%, 30% | HSV: 160°, 31%, 70%. Copy any format from the conversion table above.
What colors go well with #7BB2A0?
The complementary color is HSL(341, 26%, 59%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 26%, 59%) in CSS?
As HSL: color: hsl(161, 26%, 59%); — As HEX: color: #7BB2A0; — As RGB: color: rgb(123, 178, 160); — Tailwind CSS: bg-[hsl(161,26%,59%)] — CSS variable: --color-primary: hsl(161, 26%, 59%);