#032229
a deep, electric cyan · cool · closest name: black
RGB
3, 34, 41
HSL
191°, 86%, 9%
CMYK
93, 17, 0, 84
Luminance
0.0132
Every format
| HEX | #032229 |
| RGB | rgb(3, 34, 41) |
| HSL | hsl(191, 86%, 9%) |
| CMYK | cmyk(93%, 17%, 0%, 84%) |
| LAB | lab(11.4 -8.3 -8.0) |
| LCH | lch(11.4 11.6 223.7) |
| OKLCH | oklch(0.233 0.038 215.7) |
Copy-ready code
/* CSS */
color: #032229;
background-color: #032229;
/* Tailwind (arbitrary) */
class="text-[#032229] bg-[#032229]"
/* SCSS */
$brand: #032229;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.161)
/* Android */
Color.parseColor("#032229")Accessibility — WCAG contrast
Aa
#032229 on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032229 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue16.1%
CMYK percentages
Cyan92.7%
Magenta17.1%
Yellow0.0%
Key (black)83.9%
Color previews
#032229 text on a black background
contrast 1.26:1
Card sample
#032229 text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032229;
Background color
Panel with #032229 background
background-color: #032229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032229; background: linear-gradient(135deg, #032229, #030929);