HSL(103, 70%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,70%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 70%, 65%) | color: hsl(103, 70%, 65%) | |
| HEX | #8BE467 | color: #8BE467 | |
| RGB | rgb(139, 228, 103) | color: rgb(139, 228, 103) | |
| CMYK | cmyk(39%, 0%, 55%, 11%) | — | |
| HSV | hsv(103, 55%, 89%) | — | |
| HWB | hwb(103 40% 11%) | color: hwb(103 40% 11%) | |
| OKLCH | oklch(0.8358 0.1826 137.57) | color: oklch(0.8358 0.1826 137.57) | |
| Lab | lab(82.89 -48.95 52.02) | color: lab(82.89 -48.95 52.02) | |
| LCH | lch(82.89 71.43 133.26) | color: lch(82.89 71.43 133.26) |
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)
#B2B285 — rgb(178, 178, 133)
Deuteranopia (Green-blind)
#ACA68D — rgb(172, 166, 141)
Tritanopia (Blue-blind)
#8F9DA2 — rgb(143, 157, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 70%, 65%);
text
color: hsl(103, 70%, 65%);
border
border: 2px solid hsl(103, 70%, 65%);
gradient light
background: linear-gradient(to right, hsl(103, 70%, 85%), hsl(103, 70%, 65%));
gradient dark
background: linear-gradient(to right, hsl(103, 70%, 65%), hsl(103, 70%, 45%))
hex
background-color: #8BE467;
tailwind
bg-[hsl(103,70%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 70%, 65%, 0.4);
css variable
--color-primary: hsl(103, 70%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 70%, 65%)?
HEX: #8BE467 | RGB: rgb(139, 228, 103) | CMYK: 39%, 0%, 55%, 11% | HSV: 103°, 55%, 89%. Copy any format from the conversion table above.
What colors go well with #8BE467?
The complementary color is HSL(283, 70%, 65%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 70%, 65%) in CSS?
As HSL: color: hsl(103, 70%, 65%); — As HEX: color: #8BE467; — As RGB: color: rgb(139, 228, 103); — Tailwind CSS: bg-[hsl(103,70%,65%)] — CSS variable: --color-primary: hsl(103, 70%, 65%);