HSL(118, 50%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,50%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 50%, 84%) | color: hsl(118, 50%, 84%) | |
| HEX | #C3EBC2 | color: #C3EBC2 | |
| RGB | rgb(195, 235, 194) | color: rgb(195, 235, 194) | |
| CMYK | cmyk(17%, 0%, 17%, 8%) | — | |
| HSV | hsv(119, 17%, 92%) | — | |
| HWB | hwb(119 76% 8%) | color: hwb(119 76% 8%) | |
| OKLCH | oklch(0.9008 0.0693 144.34) | color: oklch(0.9008 0.0693 144.34) | |
| Lab | lab(89.35 -20.59 15.67) | color: lab(89.35 -20.59 15.67) | |
| LCH | lch(89.35 25.87 142.73) | color: lch(89.35 25.87 142.73) |
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)
#D4D5CC — rgb(212, 213, 204)
Deuteranopia (Green-blind)
#D2CFCE — rgb(210, 207, 206)
Tritanopia (Blue-blind)
#C5D4D5 — rgb(197, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 50%, 84%);
text
color: hsl(118, 50%, 84%);
border
border: 2px solid hsl(118, 50%, 84%);
gradient light
background: linear-gradient(to right, hsl(118, 50%, 100%), hsl(118, 50%, 84%));
gradient dark
background: linear-gradient(to right, hsl(118, 50%, 84%), hsl(118, 50%, 64%))
hex
background-color: #C3EBC2;
tailwind
bg-[hsl(118,50%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 50%, 84%, 0.4);
css variable
--color-primary: hsl(118, 50%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 50%, 84%)?
HEX: #C3EBC2 | RGB: rgb(195, 235, 194) | CMYK: 17%, 0%, 17%, 8% | HSV: 119°, 17%, 92%. Copy any format from the conversion table above.
What colors go well with #C3EBC2?
The complementary color is HSL(298, 50%, 84%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 50%, 84%) in CSS?
As HSL: color: hsl(118, 50%, 84%); — As HEX: color: #C3EBC2; — As RGB: color: rgb(195, 235, 194); — Tailwind CSS: bg-[hsl(118,50%,84%)] — CSS variable: --color-primary: hsl(118, 50%, 84%);