#032126
a deep, electric cyan · cool · closest name: black
RGB
3, 33, 38
HSL
189°, 85%, 8%
CMYK
92, 13, 0, 85
Luminance
0.0125
Every format
| HEX | #032126 |
| RGB | rgb(3, 33, 38) |
| HSL | hsl(189, 85%, 8%) |
| CMYK | cmyk(92%, 13%, 0%, 85%) |
| LAB | lab(10.9 -9.0 -6.6) |
| LCH | lch(10.9 11.1 216.4) |
| OKLCH | oklch(0.228 0.036 210.5) |
Copy-ready code
/* CSS */
color: #032126;
background-color: #032126;
/* Tailwind (arbitrary) */
class="text-[#032126] bg-[#032126]"
/* SCSS */
$brand: #032126;
/* SwiftUI */
Color(red: 0.012, green: 0.129, blue: 0.149)
/* Android */
Color.parseColor("#032126")Accessibility — WCAG contrast
Aa
#032126 on white: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032126 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green12.9%
Blue14.9%
CMYK percentages
Cyan92.1%
Magenta13.2%
Yellow0.0%
Key (black)85.1%
Color previews
#032126 text on a black background
contrast 1.25:1
Card sample
#032126 text on a white background
contrast 16.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032126;
Background color
Panel with #032126 background
background-color: #032126;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032126;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 33, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 33, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032126; background: linear-gradient(135deg, #032126, #030A26);