#063f19
a deep, electric green · cool · closest name: darkslategray
RGB
6, 63, 25
HSL
140°, 83%, 14%
CMYK
91, 0, 60, 75
Luminance
0.0366
Every format
| HEX | #063f19 |
| RGB | rgb(6, 63, 25) |
| HSL | hsl(140, 83%, 14%) |
| CMYK | cmyk(91%, 0%, 60%, 75%) |
| LAB | lab(22.5 -27.4 18.3) |
| LCH | lch(22.5 32.9 146.3) |
| OKLCH | oklch(0.323 0.086 149.1) |
Copy-ready code
/* CSS */
color: #063f19;
background-color: #063f19;
/* Tailwind (arbitrary) */
class="text-[#063f19] bg-[#063f19]"
/* SCSS */
$brand: #063f19;
/* SwiftUI */
Color(red: 0.024, green: 0.247, blue: 0.098)
/* Android */
Color.parseColor("#063f19")Accessibility — WCAG contrast
Aa
#063f19 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063f19 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green24.7%
Blue9.8%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow60.3%
Key (black)75.3%
Color previews
#063f19 text on a black background
contrast 1.73:1
Card sample
#063f19 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063f19;
Background color
Panel with #063f19 background
background-color: #063f19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063f19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 63, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 63, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063f19; background: linear-gradient(135deg, #063f19, #063F3F);