HSL(88, 52%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,52%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 52%, 10%) | color: hsl(88, 52%, 10%) | |
| HEX | #1A270C | color: #1A270C | |
| RGB | rgb(26, 39, 12) | color: rgb(26, 39, 12) | |
| CMYK | cmyk(33%, 0%, 69%, 85%) | — | |
| HSV | hsv(89, 69%, 15%) | — | |
| HWB | hwb(89 5% 85%) | color: hwb(89 5% 85%) | |
| OKLCH | oklch(0.253 0.0493 130.59) | color: oklch(0.253 0.0493 130.59) | |
| Lab | lab(13.81 -11.49 15.07) | color: lab(13.81 -11.49 15.07) | |
| LCH | lch(13.81 18.95 127.32) | color: lch(13.81 18.95 127.32) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#202013 — rgb(32, 32, 19)
Deuteranopia (Green-blind)
#1F1E14 — rgb(31, 30, 20)
Tritanopia (Blue-blind)
#1B1819 — rgb(27, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 52%, 10%);
text
color: hsl(88, 52%, 10%);
border
border: 2px solid hsl(88, 52%, 10%);
gradient light
background: linear-gradient(to right, hsl(88, 52%, 30%), hsl(88, 52%, 10%));
gradient dark
background: linear-gradient(to right, hsl(88, 52%, 10%), hsl(88, 52%, 0%))
hex
background-color: #1A270C;
tailwind
bg-[hsl(88,52%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 52%, 10%, 0.4);
css variable
--color-primary: hsl(88, 52%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(88, 52%, 10%)?
HEX: #1A270C | RGB: rgb(26, 39, 12) | CMYK: 33%, 0%, 69%, 85% | HSV: 89°, 69%, 15%. Copy any format from the conversion table above.
What colors go well with #1A270C?
The complementary color is HSL(268, 52%, 10%). 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, 52%, 10%) in CSS?
As HSL: color: hsl(88, 52%, 10%); — As HEX: color: #1A270C; — As RGB: color: rgb(26, 39, 12); — Tailwind CSS: bg-[hsl(88,52%,10%)] — CSS variable: --color-primary: hsl(88, 52%, 10%);