#252549
a deep, soft blue · warm · closest name: black
RGB
37, 37, 73
HSL
240°, 33%, 22%
CMYK
49, 49, 0, 71
Luminance
0.0220
Every format
| HEX | #252549 |
| RGB | rgb(37, 37, 73) |
| HSL | hsl(240, 33%, 22%) |
| CMYK | cmyk(49%, 49%, 0%, 71%) |
| LAB | lab(16.5 11.1 -22.5) |
| LCH | lch(16.5 25.1 296.3) |
| OKLCH | oklch(0.284 0.065 281.5) |
Copy-ready code
/* CSS */
color: #252549;
background-color: #252549;
/* Tailwind (arbitrary) */
class="text-[#252549] bg-[#252549]"
/* SCSS */
$brand: #252549;
/* SwiftUI */
Color(red: 0.145, green: 0.145, blue: 0.286)
/* Android */
Color.parseColor("#252549")Accessibility — WCAG contrast
Aa
#252549 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252549 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green14.5%
Blue28.6%
CMYK percentages
Cyan49.3%
Magenta49.3%
Yellow0.0%
Key (black)71.4%
Color previews
#252549 text on a black background
contrast 1.44:1
Card sample
#252549 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252549;
Background color
Panel with #252549 background
background-color: #252549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 37, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 37, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252549; background: linear-gradient(135deg, #252549, #3D2549);