HSL(67, 72%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,72%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 72%, 58%) | color: hsl(67, 72%, 58%) | |
| HEX | #CFE147 | color: #CFE147 | |
| RGB | rgb(207, 225, 71) | color: rgb(207, 225, 71) | |
| CMYK | cmyk(8%, 0%, 68%, 12%) | — | |
| HSV | hsv(67, 68%, 88%) | — | |
| HWB | hwb(67 28% 12%) | color: hwb(67 28% 12%) | |
| OKLCH | oklch(0.8689 0.1731 115.88) | color: oklch(0.8689 0.1731 115.88) | |
| Lab | lab(85.79 -25.16 69.59) | color: lab(85.79 -25.16 69.59) | |
| LCH | lch(85.79 74 109.88) | color: lch(85.79 74 109.88) |
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)
#D7D76C — rgb(215, 215, 108)
Deuteranopia (Green-blind)
#D6D475 — rgb(214, 212, 117)
Tritanopia (Blue-blind)
#D08A90 — rgb(208, 138, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 72%, 58%);
text
color: hsl(67, 72%, 58%);
border
border: 2px solid hsl(67, 72%, 58%);
gradient light
background: linear-gradient(to right, hsl(67, 72%, 78%), hsl(67, 72%, 58%));
gradient dark
background: linear-gradient(to right, hsl(67, 72%, 58%), hsl(67, 72%, 38%))
hex
background-color: #CFE147;
tailwind
bg-[hsl(67,72%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 72%, 58%, 0.4);
css variable
--color-primary: hsl(67, 72%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 72%, 58%)?
HEX: #CFE147 | RGB: rgb(207, 225, 71) | CMYK: 8%, 0%, 68%, 12% | HSV: 67°, 68%, 88%. Copy any format from the conversion table above.
What colors go well with #CFE147?
The complementary color is HSL(247, 72%, 58%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 72%, 58%) in CSS?
As HSL: color: hsl(67, 72%, 58%); — As HEX: color: #CFE147; — As RGB: color: rgb(207, 225, 71); — Tailwind CSS: bg-[hsl(67,72%,58%)] — CSS variable: --color-primary: hsl(67, 72%, 58%);