#063811
a deep, electric green · cool · closest name: darkslategray
RGB
6, 56, 17
HSL
133°, 81%, 12%
CMYK
89, 0, 70, 78
Luminance
0.0291
Every format
| HEX | #063811 |
| RGB | rgb(6, 56, 17) |
| HSL | hsl(133, 81%, 12%) |
| CMYK | cmyk(89%, 0%, 70%, 78%) |
| LAB | lab(19.7 -25.9 19.5) |
| LCH | lch(19.7 32.4 143.0) |
| OKLCH | oklch(0.299 0.083 146.5) |
Copy-ready code
/* CSS */
color: #063811;
background-color: #063811;
/* Tailwind (arbitrary) */
class="text-[#063811] bg-[#063811]"
/* SCSS */
$brand: #063811;
/* SwiftUI */
Color(red: 0.024, green: 0.220, blue: 0.067)
/* Android */
Color.parseColor("#063811")Accessibility — WCAG contrast
Aa
#063811 on white: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063811 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green22.0%
Blue6.7%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow69.6%
Key (black)78.0%
Color previews
#063811 text on a black background
contrast 1.58:1
Card sample
#063811 text on a white background
contrast 13.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063811;
Background color
Panel with #063811 background
background-color: #063811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 56, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 56, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063811; background: linear-gradient(135deg, #063811, #063833);