#032529
a deep, electric cyan · cool · closest name: black
RGB
3, 37, 41
HSL
186°, 86%, 9%
CMYK
93, 10, 0, 84
Luminance
0.0150
Every format
| HEX | #032529 |
| RGB | rgb(3, 37, 41) |
| HSL | hsl(186, 86%, 9%) |
| CMYK | cmyk(93%, 10%, 0%, 84%) |
| LAB | lab(12.6 -10.3 -6.2) |
| LCH | lch(12.6 12.0 210.9) |
| OKLCH | oklch(0.243 0.039 206.3) |
Copy-ready code
/* CSS */
color: #032529;
background-color: #032529;
/* Tailwind (arbitrary) */
class="text-[#032529] bg-[#032529]"
/* SCSS */
$brand: #032529;
/* SwiftUI */
Color(red: 0.012, green: 0.145, blue: 0.161)
/* Android */
Color.parseColor("#032529")Accessibility — WCAG contrast
Aa
#032529 on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032529 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green14.5%
Blue16.1%
CMYK percentages
Cyan92.7%
Magenta9.8%
Yellow0.0%
Key (black)83.9%
Color previews
#032529 text on a black background
contrast 1.30:1
Card sample
#032529 text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032529;
Background color
Panel with #032529 background
background-color: #032529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 37, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 37, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032529; background: linear-gradient(135deg, #032529, #030C29);