#063c21
a deep, electric green · cool · closest name: darkslategray
RGB
6, 60, 33
HSL
150°, 82%, 13%
CMYK
90, 0, 45, 77
Luminance
0.0338
Every format
| HEX | #063c21 |
| RGB | rgb(6, 60, 33) |
| HSL | hsl(150, 82%, 13%) |
| CMYK | cmyk(90%, 0%, 45%, 77%) |
| LAB | lab(21.5 -24.4 12.0) |
| LCH | lch(21.5 27.2 153.8) |
| OKLCH | oklch(0.315 0.072 155.5) |
Copy-ready code
/* CSS */
color: #063c21;
background-color: #063c21;
/* Tailwind (arbitrary) */
class="text-[#063c21] bg-[#063c21]"
/* SCSS */
$brand: #063c21;
/* SwiftUI */
Color(red: 0.024, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#063c21")Accessibility — WCAG contrast
Aa
#063c21 on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063c21 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green23.5%
Blue12.9%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow45.0%
Key (black)76.5%
Color previews
#063c21 text on a black background
contrast 1.68:1
Card sample
#063c21 text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063c21;
Background color
Panel with #063c21 background
background-color: #063c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063c21; background: linear-gradient(135deg, #063c21, #06333C);