HSL(98, 70%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(98,70%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 70%, 84%) | color: hsl(98, 70%, 84%) | |
| HEX | #CFF3BA | color: #CFF3BA | |
| RGB | rgb(207, 243, 186) | color: rgb(207, 243, 186) | |
| CMYK | cmyk(15%, 0%, 23%, 5%) | — | |
| HSV | hsv(98, 23%, 95%) | — | |
| HWB | hwb(98 73% 5%) | color: hwb(98 73% 5%) | |
| OKLCH | oklch(0.9241 0.0842 134.16) | color: oklch(0.9241 0.0842 134.16) | |
| Lab | lab(92.09 -21.71 23.73) | color: lab(92.09 -21.71 23.73) | |
| LCH | lch(92.09 32.16 132.45) | color: lch(92.09 32.16 132.45) |
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)
#DFDFC8 — rgb(223, 223, 200)
Deuteranopia (Green-blind)
#DDDACB — rgb(221, 218, 203)
Tritanopia (Blue-blind)
#D1D3D5 — rgb(209, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 70%, 84%);
text
color: hsl(98, 70%, 84%);
border
border: 2px solid hsl(98, 70%, 84%);
gradient light
background: linear-gradient(to right, hsl(98, 70%, 100%), hsl(98, 70%, 84%));
gradient dark
background: linear-gradient(to right, hsl(98, 70%, 84%), hsl(98, 70%, 64%))
hex
background-color: #CFF3BA;
tailwind
bg-[hsl(98,70%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 70%, 84%, 0.4);
css variable
--color-primary: hsl(98, 70%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(98, 70%, 84%)?
HEX: #CFF3BA | RGB: rgb(207, 243, 186) | CMYK: 15%, 0%, 23%, 5% | HSV: 98°, 23%, 95%. Copy any format from the conversion table above.
What colors go well with #CFF3BA?
The complementary color is HSL(278, 70%, 84%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 70%, 84%) in CSS?
As HSL: color: hsl(98, 70%, 84%); — As HEX: color: #CFF3BA; — As RGB: color: rgb(207, 243, 186); — Tailwind CSS: bg-[hsl(98,70%,84%)] — CSS variable: --color-primary: hsl(98, 70%, 84%);