HSL(78, 50%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,50%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 50%, 72%) | color: hsl(78, 50%, 72%) | |
| HEX | #C6DB94 | color: #C6DB94 | |
| RGB | rgb(198, 219, 148) | color: rgb(198, 219, 148) | |
| CMYK | cmyk(10%, 0%, 32%, 14%) | — | |
| HSV | hsv(78, 32%, 86%) | — | |
| HWB | hwb(78 58% 14%) | color: hwb(78 58% 14%) | |
| OKLCH | oklch(0.8588 0.0957 121.83) | color: oklch(0.8588 0.0957 121.83) | |
| Lab | lab(84.38 -18.66 32.66) | color: lab(84.38 -18.66 32.66) | |
| LCH | lch(84.38 37.61 119.74) | color: lch(84.38 37.61 119.74) |
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)
#CFCFA5 — rgb(207, 207, 165)
Deuteranopia (Green-blind)
#CECCA9 — rgb(206, 204, 169)
Tritanopia (Blue-blind)
#C7B3B6 — rgb(199, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 50%, 72%);
text
color: hsl(78, 50%, 72%);
border
border: 2px solid hsl(78, 50%, 72%);
gradient light
background: linear-gradient(to right, hsl(78, 50%, 92%), hsl(78, 50%, 72%));
gradient dark
background: linear-gradient(to right, hsl(78, 50%, 72%), hsl(78, 50%, 52%))
hex
background-color: #C6DB94;
tailwind
bg-[hsl(78,50%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 50%, 72%, 0.4);
css variable
--color-primary: hsl(78, 50%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 50%, 72%)?
HEX: #C6DB94 | RGB: rgb(198, 219, 148) | CMYK: 10%, 0%, 32%, 14% | HSV: 78°, 32%, 86%. Copy any format from the conversion table above.
What colors go well with #C6DB94?
The complementary color is HSL(258, 50%, 72%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 50%, 72%) in CSS?
As HSL: color: hsl(78, 50%, 72%); — As HEX: color: #C6DB94; — As RGB: color: rgb(198, 219, 148); — Tailwind CSS: bg-[hsl(78,50%,72%)] — CSS variable: --color-primary: hsl(78, 50%, 72%);