HSL(93, 48%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,48%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 48%, 83%) | color: hsl(93, 48%, 83%) | |
| HEX | #D2E8BF | color: #D2E8BF | |
| RGB | rgb(210, 232, 191) | color: rgb(210, 232, 191) | |
| CMYK | cmyk(9%, 0%, 18%, 9%) | — | |
| HSV | hsv(92, 18%, 91%) | — | |
| HWB | hwb(92 75% 9%) | color: hwb(92 75% 9%) | |
| OKLCH | oklch(0.904 0.0594 130.59) | color: oklch(0.904 0.0594 130.59) | |
| Lab | lab(89.48 -14.49 17.54) | color: lab(89.48 -14.49 17.54) | |
| LCH | lch(89.48 22.75 129.56) | color: lch(89.48 22.75 129.56) |
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)
#DCDCC9 — rgb(220, 220, 201)
Deuteranopia (Green-blind)
#DAD9CB — rgb(218, 217, 203)
Tritanopia (Blue-blind)
#D3D1D2 — rgb(211, 209, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 48%, 83%);
text
color: hsl(93, 48%, 83%);
border
border: 2px solid hsl(93, 48%, 83%);
gradient light
background: linear-gradient(to right, hsl(93, 48%, 100%), hsl(93, 48%, 83%));
gradient dark
background: linear-gradient(to right, hsl(93, 48%, 83%), hsl(93, 48%, 63%))
hex
background-color: #D2E8BF;
tailwind
bg-[hsl(93,48%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 48%, 83%, 0.4);
css variable
--color-primary: hsl(93, 48%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 48%, 83%)?
HEX: #D2E8BF | RGB: rgb(210, 232, 191) | CMYK: 9%, 0%, 18%, 9% | HSV: 92°, 18%, 91%. Copy any format from the conversion table above.
What colors go well with #D2E8BF?
The complementary color is HSL(273, 48%, 83%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 48%, 83%) in CSS?
As HSL: color: hsl(93, 48%, 83%); — As HEX: color: #D2E8BF; — As RGB: color: rgb(210, 232, 191); — Tailwind CSS: bg-[hsl(93,48%,83%)] — CSS variable: --color-primary: hsl(93, 48%, 83%);