#252563
a dark, vivid blue · warm · closest name: midnightblue
RGB
37, 37, 99
HSL
240°, 46%, 27%
CMYK
63, 63, 0, 61
Luminance
0.0262
Every format
| HEX | #252563 |
| RGB | rgb(37, 37, 99) |
| HSL | hsl(240, 46%, 27%) |
| CMYK | cmyk(63%, 63%, 0%, 61%) |
| LAB | lab(18.4 20.6 -36.8) |
| LCH | lch(18.4 42.2 299.3) |
| OKLCH | oklch(0.305 0.107 278.0) |
Copy-ready code
/* CSS */
color: #252563;
background-color: #252563;
/* Tailwind (arbitrary) */
class="text-[#252563] bg-[#252563]"
/* SCSS */
$brand: #252563;
/* SwiftUI */
Color(red: 0.145, green: 0.145, blue: 0.388)
/* Android */
Color.parseColor("#252563")Accessibility — WCAG contrast
Aa
#252563 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252563 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green14.5%
Blue38.8%
CMYK percentages
Cyan62.6%
Magenta62.6%
Yellow0.0%
Key (black)61.2%
Color previews
#252563 text on a black background
contrast 1.52:1
Card sample
#252563 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252563;
Background color
Panel with #252563 background
background-color: #252563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 37, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 37, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252563; background: linear-gradient(135deg, #252563, #4E2563);