#063731
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 55, 49
HSL
173°, 80%, 12%
CMYK
89, 0, 11, 78
Luminance
0.0299
Every format
| HEX | #063731 |
| RGB | rgb(6, 55, 49) |
| HSL | hsl(173, 80%, 12%) |
| CMYK | cmyk(89%, 0%, 11%, 78%) |
| LAB | lab(20.0 -17.3 -0.8) |
| LCH | lch(20.0 17.3 182.5) |
| OKLCH | oklch(0.304 0.051 182.6) |
Copy-ready code
/* CSS */
color: #063731;
background-color: #063731;
/* Tailwind (arbitrary) */
class="text-[#063731] bg-[#063731]"
/* SCSS */
$brand: #063731;
/* SwiftUI */
Color(red: 0.024, green: 0.216, blue: 0.192)
/* Android */
Color.parseColor("#063731")Accessibility — WCAG contrast
Aa
#063731 on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#063731 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green21.6%
Blue19.2%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow10.9%
Key (black)78.4%
Color previews
#063731 text on a black background
contrast 1.60:1
Card sample
#063731 text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #063731;
Background color
Panel with #063731 background
background-color: #063731;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #063731;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 55, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 55, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #063731; background: linear-gradient(135deg, #063731, #061C37);