HSL(138, 27%, 3%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,27%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 27%, 3%) | color: hsl(138, 27%, 3%) | |
| HEX | #060A07 | color: #060A07 | |
| RGB | rgb(6, 10, 7) | color: rgb(6, 10, 7) | |
| CMYK | cmyk(40%, 0%, 30%, 96%) | — | |
| HSV | hsv(135, 40%, 4%) | — | |
| HWB | hwb(135 2% 96%) | color: hwb(135 2% 96%) | |
| OKLCH | oklch(0.1382 0.0105 153.58) | color: oklch(0.1382 0.0105 153.58) | |
| Lab | lab(2.45 -1.46 0.77) | color: lab(2.45 -1.46 0.77) | |
| LCH | lch(2.45 1.65 152.19) | color: lch(2.45 1.65 152.19) |
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)
#080808 — rgb(8, 8, 8)
Deuteranopia (Green-blind)
#080708 — rgb(8, 7, 8)
Tritanopia (Blue-blind)
#060808 — rgb(6, 8, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 27%, 3%);
text
color: hsl(138, 27%, 3%);
border
border: 2px solid hsl(138, 27%, 3%);
gradient light
background: linear-gradient(to right, hsl(138, 27%, 23%), hsl(138, 27%, 3%));
gradient dark
background: linear-gradient(to right, hsl(138, 27%, 3%), hsl(138, 27%, 0%))
hex
background-color: #060A07;
tailwind
bg-[hsl(138,27%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 27%, 3%, 0.4);
css variable
--color-primary: hsl(138, 27%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(138, 27%, 3%)?
HEX: #060A07 | RGB: rgb(6, 10, 7) | CMYK: 40%, 0%, 30%, 96% | HSV: 135°, 40%, 4%. Copy any format from the conversion table above.
What colors go well with #060A07?
The complementary color is HSL(318, 27%, 3%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 27%, 3%) in CSS?
As HSL: color: hsl(138, 27%, 3%); — As HEX: color: #060A07; — As RGB: color: rgb(6, 10, 7); — Tailwind CSS: bg-[hsl(138,27%,3%)] — CSS variable: --color-primary: hsl(138, 27%, 3%);