#063f2f
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 63, 47
HSL
163°, 83%, 14%
CMYK
91, 0, 25, 75
Luminance
0.0380
Every format
| HEX | #063f2f |
| RGB | rgb(6, 63, 47) |
| HSL | hsl(163, 83%, 14%) |
| CMYK | cmyk(91%, 0%, 25%, 75%) |
| LAB | lab(23.0 -22.1 4.9) |
| LCH | lch(23.0 22.6 167.5) |
| OKLCH | oklch(0.328 0.063 168.5) |
Copy-ready code
/* CSS */
color: #063f2f;
background-color: #063f2f;
/* Tailwind (arbitrary) */
class="text-[#063f2f] bg-[#063f2f]"
/* SCSS */
$brand: #063f2f;
/* SwiftUI */
Color(red: 0.024, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#063f2f")Accessibility — WCAG contrast
Aa
#063f2f on white: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063f2f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green24.7%
Blue18.4%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow25.4%
Key (black)75.3%
Color previews
#063f2f text on a black background
contrast 1.76:1
Card sample
#063f2f text on a white background
contrast 11.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063f2f;
Background color
Panel with #063f2f background
background-color: #063f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063f2f; background: linear-gradient(135deg, #063f2f, #06293F);