#09255d
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 37, 93
HSL
220°, 82%, 20%
CMYK
90, 60, 0, 64
Luminance
0.0217
Every format
| HEX | #09255d |
| RGB | rgb(9, 37, 93) |
| HSL | hsl(220, 82%, 20%) |
| CMYK | cmyk(90%, 60%, 0%, 64%) |
| LAB | lab(16.4 14.0 -36.3) |
| LCH | lch(16.4 38.9 291.1) |
| OKLCH | oklch(0.284 0.106 262.1) |
Copy-ready code
/* CSS */
color: #09255d;
background-color: #09255d;
/* Tailwind (arbitrary) */
class="text-[#09255d] bg-[#09255d]"
/* SCSS */
$brand: #09255d;
/* SwiftUI */
Color(red: 0.035, green: 0.145, blue: 0.365)
/* Android */
Color.parseColor("#09255d")Accessibility — WCAG contrast
Aa
#09255d on white: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09255d on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green14.5%
Blue36.5%
CMYK percentages
Cyan90.3%
Magenta60.2%
Yellow0.0%
Key (black)63.5%
Color previews
#09255d text on a black background
contrast 1.43:1
Card sample
#09255d text on a white background
contrast 14.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09255d;
Background color
Panel with #09255d background
background-color: #09255d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09255d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 37, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 37, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09255d; background: linear-gradient(135deg, #09255d, #25095D);