HSL(151, 100%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,100%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 100%, 30%) | color: hsl(151, 100%, 30%) | |
| HEX | #00994F | color: #00994F | |
| RGB | rgb(0, 153, 79) | color: rgb(0, 153, 79) | |
| CMYK | cmyk(100%, 0%, 48%, 40%) | — | |
| HSV | hsv(151, 100%, 60%) | — | |
| HWB | hwb(151 0% 40%) | color: hwb(151 0% 40%) | |
| OKLCH | oklch(0.5984 0.1557 152.52) | color: oklch(0.5984 0.1557 152.52) | |
| Lab | lab(55.43 -51.58 29.36) | color: lab(55.43 -51.58 29.36) | |
| LCH | lch(55.43 59.35 150.35) | color: lch(55.43 59.35 150.35) |
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)
#424461 — rgb(66, 68, 97)
Deuteranopia (Green-blind)
#392E65 — rgb(57, 46, 101)
Tritanopia (Blue-blind)
#086F72 — rgb(8, 111, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 100%, 30%);
text
color: hsl(151, 100%, 30%);
border
border: 2px solid hsl(151, 100%, 30%);
gradient light
background: linear-gradient(to right, hsl(151, 100%, 50%), hsl(151, 100%, 30%));
gradient dark
background: linear-gradient(to right, hsl(151, 100%, 30%), hsl(151, 100%, 10%))
hex
background-color: #00994F;
tailwind
bg-[hsl(151,100%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 100%, 30%, 0.4);
css variable
--color-primary: hsl(151, 100%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 100%, 30%)?
HEX: #00994F | RGB: rgb(0, 153, 79) | CMYK: 100%, 0%, 48%, 40% | HSV: 151°, 100%, 60%. Copy any format from the conversion table above.
What colors go well with #00994F?
The complementary color is HSL(331, 100%, 30%). 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%, 30%) in CSS?
As HSL: color: hsl(151, 100%, 30%); — As HEX: color: #00994F; — As RGB: color: rgb(0, 153, 79); — Tailwind CSS: bg-[hsl(151,100%,30%)] — CSS variable: --color-primary: hsl(151, 100%, 30%);