#09285d
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 40, 93
HSL
218°, 82%, 20%
CMYK
90, 57, 0, 64
Luminance
0.0237
Every format
| HEX | #09285d |
| RGB | rgb(9, 40, 93) |
| HSL | hsl(218, 82%, 20%) |
| CMYK | cmyk(90%, 57%, 0%, 64%) |
| LAB | lab(17.3 11.7 -34.8) |
| LCH | lch(17.3 36.7 288.7) |
| OKLCH | oklch(0.291 0.102 260.5) |
Copy-ready code
/* CSS */
color: #09285d;
background-color: #09285d;
/* Tailwind (arbitrary) */
class="text-[#09285d] bg-[#09285d]"
/* SCSS */
$brand: #09285d;
/* SwiftUI */
Color(red: 0.035, green: 0.157, blue: 0.365)
/* Android */
Color.parseColor("#09285d")Accessibility — WCAG contrast
Aa
#09285d on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09285d on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green15.7%
Blue36.5%
CMYK percentages
Cyan90.3%
Magenta57.0%
Yellow0.0%
Key (black)63.5%
Color previews
#09285d text on a black background
contrast 1.47:1
Card sample
#09285d text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09285d;
Background color
Panel with #09285d background
background-color: #09285d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09285d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 40, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 40, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09285d; background: linear-gradient(135deg, #09285d, #22095D);