#26257f
a dark, vivid blue · warm · closest name: midnightblue
RGB
38, 37, 127
HSL
241°, 55%, 32%
CMYK
70, 71, 0, 50
Luminance
0.0327
Every format
| HEX | #26257f |
| RGB | rgb(38, 37, 127) |
| HSL | hsl(241, 55%, 32%) |
| CMYK | cmyk(70%, 71%, 0%, 50%) |
| LAB | lab(21.1 31.1 -50.6) |
| LCH | lch(21.1 59.3 301.6) |
| OKLCH | oklch(0.333 0.147 275.4) |
Copy-ready code
/* CSS */
color: #26257f;
background-color: #26257f;
/* Tailwind (arbitrary) */
class="text-[#26257f] bg-[#26257f]"
/* SCSS */
$brand: #26257f;
/* SwiftUI */
Color(red: 0.149, green: 0.145, blue: 0.498)
/* Android */
Color.parseColor("#26257f")Accessibility — WCAG contrast
Aa
#26257f on white: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26257f on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green14.5%
Blue49.8%
CMYK percentages
Cyan70.1%
Magenta70.9%
Yellow0.0%
Key (black)50.2%
Color previews
#26257f text on a black background
contrast 1.65:1
Card sample
#26257f text on a white background
contrast 12.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26257f;
Background color
Panel with #26257f background
background-color: #26257f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26257f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 37, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 37, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26257f; background: linear-gradient(135deg, #26257f, #62257F);