#063621
a deep, electric green · cool · closest name: darkslategray
RGB
6, 54, 33
HSL
154°, 80%, 12%
CMYK
89, 0, 39, 79
Luminance
0.0279
Every format
| HEX | #063621 |
| RGB | rgb(6, 54, 33) |
| HSL | hsl(154, 80%, 12%) |
| CMYK | cmyk(89%, 0%, 39%, 79%) |
| LAB | lab(19.2 -21.6 8.9) |
| LCH | lch(19.2 23.4 157.7) |
| OKLCH | oklch(0.296 0.063 159.1) |
Copy-ready code
/* CSS */
color: #063621;
background-color: #063621;
/* Tailwind (arbitrary) */
class="text-[#063621] bg-[#063621]"
/* SCSS */
$brand: #063621;
/* SwiftUI */
Color(red: 0.024, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#063621")Accessibility — WCAG contrast
Aa
#063621 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063621 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.2%
Blue12.9%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#063621 text on a black background
contrast 1.56:1
Card sample
#063621 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063621;
Background color
Panel with #063621 background
background-color: #063621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063621; background: linear-gradient(135deg, #063621, #062B36);