#09225d
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 34, 93
HSL
222°, 82%, 20%
CMYK
90, 63, 0, 64
Luminance
0.0199
Every format
| HEX | #09225d |
| RGB | rgb(9, 34, 93) |
| HSL | hsl(222, 82%, 20%) |
| CMYK | cmyk(90%, 63%, 0%, 64%) |
| LAB | lab(15.4 16.3 -37.8) |
| LCH | lch(15.4 41.1 293.3) |
| OKLCH | oklch(0.277 0.110 263.5) |
Copy-ready code
/* CSS */
color: #09225d;
background-color: #09225d;
/* Tailwind (arbitrary) */
class="text-[#09225d] bg-[#09225d]"
/* SCSS */
$brand: #09225d;
/* SwiftUI */
Color(red: 0.035, green: 0.133, blue: 0.365)
/* Android */
Color.parseColor("#09225d")Accessibility — WCAG contrast
Aa
#09225d on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09225d on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green13.3%
Blue36.5%
CMYK percentages
Cyan90.3%
Magenta63.4%
Yellow0.0%
Key (black)63.5%
Color previews
#09225d text on a black background
contrast 1.40:1
Card sample
#09225d text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09225d;
Background color
Panel with #09225d background
background-color: #09225d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09225d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 34, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 34, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09225d; background: linear-gradient(135deg, #09225d, #28095D);