#251069
a deep, vivid blue · warm · closest name: midnightblue
RGB
37, 16, 105
HSL
254°, 74%, 24%
CMYK
65, 85, 0, 59
Luminance
0.0178
Every format
| HEX | #251069 |
| RGB | rgb(37, 16, 105) |
| HSL | hsl(254, 74%, 24%) |
| CMYK | cmyk(65%, 85%, 0%, 59%) |
| LAB | lab(14.3 35.7 -47.5) |
| LCH | lch(14.3 59.4 306.9) |
| OKLCH | oklch(0.277 0.141 283.1) |
Copy-ready code
/* CSS */
color: #251069;
background-color: #251069;
/* Tailwind (arbitrary) */
class="text-[#251069] bg-[#251069]"
/* SCSS */
$brand: #251069;
/* SwiftUI */
Color(red: 0.145, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#251069")Accessibility — WCAG contrast
Aa
#251069 on white: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251069 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green6.3%
Blue41.2%
CMYK percentages
Cyan64.8%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#251069 text on a black background
contrast 1.36:1
Card sample
#251069 text on a white background
contrast 15.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251069;
Background color
Panel with #251069 background
background-color: #251069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251069; background: linear-gradient(135deg, #251069, #601069);