#033021
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 48, 33
HSL
160°, 88%, 10%
CMYK
94, 0, 31, 81
Luminance
0.0224
Every format
| HEX | #033021 |
| RGB | rgb(3, 48, 33) |
| HSL | hsl(160, 88%, 10%) |
| CMYK | cmyk(94%, 0%, 31%, 81%) |
| LAB | lab(16.7 -19.4 5.5) |
| LCH | lch(16.7 20.1 164.3) |
| OKLCH | oklch(0.275 0.055 165.3) |
Copy-ready code
/* CSS */
color: #033021;
background-color: #033021;
/* Tailwind (arbitrary) */
class="text-[#033021] bg-[#033021]"
/* SCSS */
$brand: #033021;
/* SwiftUI */
Color(red: 0.012, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#033021")Accessibility — WCAG contrast
Aa
#033021 on white: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033021 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow31.3%
Key (black)81.2%
Color previews
#033021 text on a black background
contrast 1.45:1
Card sample
#033021 text on a white background
contrast 14.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033021;
Background color
Panel with #033021 background
background-color: #033021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033021; background: linear-gradient(135deg, #033021, #032130);