HSL(88, 38%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,38%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 38%, 40%) | color: hsl(88, 38%, 40%) | |
| HEX | #698D3F | color: #698D3F | |
| RGB | rgb(105, 141, 63) | color: rgb(105, 141, 63) | |
| CMYK | cmyk(26%, 0%, 55%, 45%) | — | |
| HSV | hsv(88, 55%, 55%) | — | |
| HWB | hwb(88 25% 45%) | color: hwb(88 25% 45%) | |
| OKLCH | oklch(0.5984 0.1143 129.84) | color: oklch(0.5984 0.1143 129.84) | |
| Lab | lab(54.46 -26.22 37.12) | color: lab(54.46 -26.22 37.12) | |
| LCH | lch(54.46 45.45 125.24) | color: lch(54.46 45.45 125.24) |
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)
#797952 — rgb(121, 121, 82)
Deuteranopia (Green-blind)
#777456 — rgb(119, 116, 86)
Tritanopia (Blue-blind)
#6B6164 — rgb(107, 97, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 38%, 40%);
text
color: hsl(88, 38%, 40%);
border
border: 2px solid hsl(88, 38%, 40%);
gradient light
background: linear-gradient(to right, hsl(88, 38%, 60%), hsl(88, 38%, 40%));
gradient dark
background: linear-gradient(to right, hsl(88, 38%, 40%), hsl(88, 38%, 20%))
hex
background-color: #698D3F;
tailwind
bg-[hsl(88,38%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 38%, 40%, 0.4);
css variable
--color-primary: hsl(88, 38%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 38%, 40%)?
HEX: #698D3F | RGB: rgb(105, 141, 63) | CMYK: 26%, 0%, 55%, 45% | HSV: 88°, 55%, 55%. Copy any format from the conversion table above.
What colors go well with #698D3F?
The complementary color is HSL(268, 38%, 40%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 38%, 40%) in CSS?
As HSL: color: hsl(88, 38%, 40%); — As HEX: color: #698D3F; — As RGB: color: rgb(105, 141, 63); — Tailwind CSS: bg-[hsl(88,38%,40%)] — CSS variable: --color-primary: hsl(88, 38%, 40%);