#09237c
a dark, electric blue · warm · closest name: midnightblue
RGB
9, 35, 124
HSL
226°, 87%, 26%
CMYK
93, 72, 0, 51
Luminance
0.0272
Every format
| HEX | #09237c |
| RGB | rgb(9, 35, 124) |
| HSL | hsl(226, 87%, 26%) |
| CMYK | cmyk(93%, 72%, 0%, 51%) |
| LAB | lab(18.9 28.6 -52.4) |
| LCH | lch(18.9 59.6 298.6) |
| OKLCH | oklch(0.312 0.152 265.0) |
Copy-ready code
/* CSS */
color: #09237c;
background-color: #09237c;
/* Tailwind (arbitrary) */
class="text-[#09237c] bg-[#09237c]"
/* SCSS */
$brand: #09237c;
/* SwiftUI */
Color(red: 0.035, green: 0.137, blue: 0.486)
/* Android */
Color.parseColor("#09237c")Accessibility — WCAG contrast
Aa
#09237c on white: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09237c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green13.7%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta71.8%
Yellow0.0%
Key (black)51.4%
Color previews
#09237c text on a black background
contrast 1.54:1
Card sample
#09237c text on a white background
contrast 13.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09237c;
Background color
Panel with #09237c background
background-color: #09237c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09237c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 35, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 35, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09237c; background: linear-gradient(135deg, #09237c, #3C097C);