#2d293f
a deep, soft blue · warm · closest name: black
RGB
45, 41, 63
HSL
251°, 21%, 20%
CMYK
29, 35, 0, 75
Luminance
0.0250
Every format
| HEX | #2d293f |
| RGB | rgb(45, 41, 63) |
| HSL | hsl(251, 21%, 20%) |
| CMYK | cmyk(29%, 35%, 0%, 75%) |
| LAB | lab(17.9 7.7 -13.3) |
| LCH | lch(17.9 15.3 299.9) |
| OKLCH | oklch(0.295 0.040 292.1) |
Copy-ready code
/* CSS */
color: #2d293f;
background-color: #2d293f;
/* Tailwind (arbitrary) */
class="text-[#2d293f] bg-[#2d293f]"
/* SCSS */
$brand: #2d293f;
/* SwiftUI */
Color(red: 0.176, green: 0.161, blue: 0.247)
/* Android */
Color.parseColor("#2d293f")Accessibility — WCAG contrast
Aa
#2d293f on white: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d293f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green16.1%
Blue24.7%
CMYK percentages
Cyan28.6%
Magenta34.9%
Yellow0.0%
Key (black)75.3%
Color previews
#2d293f text on a black background
contrast 1.50:1
Card sample
#2d293f text on a white background
contrast 14.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d293f;
Background color
Panel with #2d293f background
background-color: #2d293f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d293f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 41, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 41, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d293f; background: linear-gradient(135deg, #2d293f, #3C293F);