HSL(122, 63%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,63%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 63%, 83%) | color: hsl(122, 63%, 83%) | |
| HEX | #B8EFBA | color: #B8EFBA | |
| RGB | rgb(184, 239, 186) | color: rgb(184, 239, 186) | |
| CMYK | cmyk(23%, 0%, 22%, 6%) | — | |
| HSV | hsv(122, 23%, 94%) | — | |
| HWB | hwb(122 72% 6%) | color: hwb(122 72% 6%) | |
| OKLCH | oklch(0.9006 0.0911 145.69) | color: oklch(0.9006 0.0911 145.69) | |
| Lab | lab(89.61 -27.51 20.08) | color: lab(89.61 -27.51 20.08) | |
| LCH | lch(89.61 34.06 143.87) | color: lch(89.61 34.06 143.87) |
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)
#D0D0C7 — rgb(208, 208, 199)
Deuteranopia (Green-blind)
#CDC9CA — rgb(205, 201, 202)
Tritanopia (Blue-blind)
#BBD1D3 — rgb(187, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 63%, 83%);
text
color: hsl(122, 63%, 83%);
border
border: 2px solid hsl(122, 63%, 83%);
gradient light
background: linear-gradient(to right, hsl(122, 63%, 100%), hsl(122, 63%, 83%));
gradient dark
background: linear-gradient(to right, hsl(122, 63%, 83%), hsl(122, 63%, 63%))
hex
background-color: #B8EFBA;
tailwind
bg-[hsl(122,63%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 63%, 83%, 0.4);
css variable
--color-primary: hsl(122, 63%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 63%, 83%)?
HEX: #B8EFBA | RGB: rgb(184, 239, 186) | CMYK: 23%, 0%, 22%, 6% | HSV: 122°, 23%, 94%. Copy any format from the conversion table above.
What colors go well with #B8EFBA?
The complementary color is HSL(302, 63%, 83%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 63%, 83%) in CSS?
As HSL: color: hsl(122, 63%, 83%); — As HEX: color: #B8EFBA; — As RGB: color: rgb(184, 239, 186); — Tailwind CSS: bg-[hsl(122,63%,83%)] — CSS variable: --color-primary: hsl(122, 63%, 83%);