#002229
a deep, electric cyan · cool · closest name: black
RGB
0, 34, 41
HSL
190°, 100%, 8%
CMYK
100, 17, 0, 84
Luminance
0.0130
Every format
| HEX | #002229 |
| RGB | rgb(0, 34, 41) |
| HSL | hsl(190, 100%, 8%) |
| CMYK | cmyk(100%, 17%, 0%, 84%) |
| LAB | lab(11.3 -9.2 -8.2) |
| LCH | lch(11.3 12.3 221.8) |
| OKLCH | oklch(0.232 0.041 214.2) |
Copy-ready code
/* CSS */
color: #002229;
background-color: #002229;
/* Tailwind (arbitrary) */
class="text-[#002229] bg-[#002229]"
/* SCSS */
$brand: #002229;
/* SwiftUI */
Color(red: 0.000, green: 0.133, blue: 0.161)
/* Android */
Color.parseColor("#002229")Accessibility — WCAG contrast
Aa
#002229 on white: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002229 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green13.3%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta17.1%
Yellow0.0%
Key (black)83.9%
Color previews
#002229 text on a black background
contrast 1.26:1
Card sample
#002229 text on a white background
contrast 16.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002229;
Background color
Panel with #002229 background
background-color: #002229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 34, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 34, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002229; background: linear-gradient(135deg, #002229, #000729);