#29333d
a deep, soft blue · cool · closest name: darkslategray
RGB
41, 51, 61
HSL
210°, 20%, 20%
CMYK
33, 16, 0, 76
Luminance
0.0318
Every format
| HEX | #29333d |
| RGB | rgb(41, 51, 61) |
| HSL | hsl(210, 20%, 20%) |
| CMYK | cmyk(33%, 16%, 0%, 76%) |
| LAB | lab(20.7 -1.4 -7.7) |
| LCH | lch(20.7 7.8 259.8) |
| OKLCH | oklch(0.316 0.023 248.5) |
Copy-ready code
/* CSS */
color: #29333d;
background-color: #29333d;
/* Tailwind (arbitrary) */
class="text-[#29333d] bg-[#29333d]"
/* SCSS */
$brand: #29333d;
/* SwiftUI */
Color(red: 0.161, green: 0.200, blue: 0.239)
/* Android */
Color.parseColor("#29333d")Accessibility — WCAG contrast
Aa
#29333d on white: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29333d on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green20.0%
Blue23.9%
CMYK percentages
Cyan32.8%
Magenta16.4%
Yellow0.0%
Key (black)76.1%
Color previews
#29333d text on a black background
contrast 1.64:1
Card sample
#29333d text on a white background
contrast 12.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29333d;
Background color
Panel with #29333d background
background-color: #29333d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29333d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 51, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 51, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29333d; background: linear-gradient(135deg, #29333d, #2C293D);