HSL(151, 100%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,100%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 100%, 79%) | color: hsl(151, 100%, 79%) | |
| HEX | #94FFCB | color: #94FFCB | |
| RGB | rgb(148, 255, 203) | color: rgb(148, 255, 203) | |
| CMYK | cmyk(42%, 0%, 20%, 0%) | — | |
| HSV | hsv(151, 42%, 100%) | — | |
| HWB | hwb(151 58% 0%) | color: hwb(151 58% 0%) | |
| OKLCH | oklch(0.9214 0.1238 161.5) | color: oklch(0.9214 0.1238 161.5) | |
| Lab | lab(92.63 -42.32 15.3) | color: lab(92.63 -42.32 15.3) | |
| LCH | lch(92.63 45 160.12) | color: lch(92.63 45 160.12) |
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)
#C2C3D8 — rgb(194, 195, 216)
Deuteranopia (Green-blind)
#BCB4DB — rgb(188, 180, 219)
Tritanopia (Blue-blind)
#99E2E4 — rgb(153, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 100%, 79%);
text
color: hsl(151, 100%, 79%);
border
border: 2px solid hsl(151, 100%, 79%);
gradient light
background: linear-gradient(to right, hsl(151, 100%, 99%), hsl(151, 100%, 79%));
gradient dark
background: linear-gradient(to right, hsl(151, 100%, 79%), hsl(151, 100%, 59%))
hex
background-color: #94FFCB;
tailwind
bg-[hsl(151,100%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 100%, 79%, 0.4);
css variable
--color-primary: hsl(151, 100%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 100%, 79%)?
HEX: #94FFCB | RGB: rgb(148, 255, 203) | CMYK: 42%, 0%, 20%, 0% | HSV: 151°, 42%, 100%. Copy any format from the conversion table above.
What colors go well with #94FFCB?
The complementary color is HSL(331, 100%, 79%). 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, 100%, 79%) in CSS?
As HSL: color: hsl(151, 100%, 79%); — As HEX: color: #94FFCB; — As RGB: color: rgb(148, 255, 203); — Tailwind CSS: bg-[hsl(151,100%,79%)] — CSS variable: --color-primary: hsl(151, 100%, 79%);