HSL(151, 41%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,41%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 41%, 63%) | color: hsl(151, 41%, 63%) | |
| HEX | #7AC7A2 | color: #7AC7A2 | |
| RGB | rgb(122, 199, 162) | color: rgb(122, 199, 162) | |
| CMYK | cmyk(39%, 0%, 19%, 22%) | — | |
| HSV | hsv(151, 39%, 78%) | — | |
| HWB | hwb(151 48% 22%) | color: hwb(151 48% 22%) | |
| OKLCH | oklch(0.7692 0.0939 162.27) | color: oklch(0.7692 0.0939 162.27) | |
| Lab | lab(74.57 -32.1 11.12) | color: lab(74.57 -32.1 11.12) | |
| LCH | lch(74.57 33.97 160.89) | color: lch(74.57 33.97 160.89) |
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)
#9B9CAB — rgb(155, 156, 171)
Deuteranopia (Green-blind)
#9791AD — rgb(151, 145, 173)
Tritanopia (Blue-blind)
#7EB2B4 — rgb(126, 178, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 41%, 63%);
text
color: hsl(151, 41%, 63%);
border
border: 2px solid hsl(151, 41%, 63%);
gradient light
background: linear-gradient(to right, hsl(151, 41%, 83%), hsl(151, 41%, 63%));
gradient dark
background: linear-gradient(to right, hsl(151, 41%, 63%), hsl(151, 41%, 43%))
hex
background-color: #7AC7A2;
tailwind
bg-[hsl(151,41%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 41%, 63%, 0.4);
css variable
--color-primary: hsl(151, 41%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 41%, 63%)?
HEX: #7AC7A2 | RGB: rgb(122, 199, 162) | CMYK: 39%, 0%, 19%, 22% | HSV: 151°, 39%, 78%. Copy any format from the conversion table above.
What colors go well with #7AC7A2?
The complementary color is HSL(331, 41%, 63%). 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, 41%, 63%) in CSS?
As HSL: color: hsl(151, 41%, 63%); — As HEX: color: #7AC7A2; — As RGB: color: rgb(122, 199, 162); — Tailwind CSS: bg-[hsl(151,41%,63%)] — CSS variable: --color-primary: hsl(151, 41%, 63%);