#03221f
a deep, electric cyan · cool · closest name: black
RGB
3, 34, 31
HSL
174°, 84%, 7%
CMYK
91, 0, 9, 87
Luminance
0.0126
Every format
| HEX | #03221f |
| RGB | rgb(3, 34, 31) |
| HSL | hsl(174, 84%, 7%) |
| CMYK | cmyk(91%, 0%, 9%, 87%) |
| LAB | lab(11.0 -12.4 -1.3) |
| LCH | lch(11.0 12.4 186.1) |
| OKLCH | oklch(0.228 0.037 185.9) |
Copy-ready code
/* CSS */
color: #03221f;
background-color: #03221f;
/* Tailwind (arbitrary) */
class="text-[#03221f] bg-[#03221f]"
/* SCSS */
$brand: #03221f;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.122)
/* Android */
Color.parseColor("#03221f")Accessibility — WCAG contrast
Aa
#03221f on white: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03221f on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue12.2%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow8.8%
Key (black)86.7%
Color previews
#03221f text on a black background
contrast 1.25:1
Card sample
#03221f text on a white background
contrast 16.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03221f;
Background color
Panel with #03221f background
background-color: #03221f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03221f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03221f; background: linear-gradient(135deg, #03221f, #031022);