#09137b
a dark, electric blue · warm · closest name: midnightblue
RGB
9, 19, 123
HSL
235°, 86%, 26%
CMYK
93, 85, 0, 52
Luminance
0.0195
Every format
| HEX | #09137b |
| RGB | rgb(9, 19, 123) |
| HSL | hsl(235, 86%, 26%) |
| CMYK | cmyk(93%, 85%, 0%, 52%) |
| LAB | lab(15.2 38.1 -57.7) |
| LCH | lch(15.2 69.1 303.4) |
| OKLCH | oklch(0.286 0.168 266.6) |
Copy-ready code
/* CSS */
color: #09137b;
background-color: #09137b;
/* Tailwind (arbitrary) */
class="text-[#09137b] bg-[#09137b]"
/* SCSS */
$brand: #09137b;
/* SwiftUI */
Color(red: 0.035, green: 0.075, blue: 0.482)
/* Android */
Color.parseColor("#09137b")Accessibility — WCAG contrast
Aa
#09137b on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09137b on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green7.5%
Blue48.2%
CMYK percentages
Cyan92.7%
Magenta84.6%
Yellow0.0%
Key (black)51.8%
Color previews
#09137b text on a black background
contrast 1.39:1
Card sample
#09137b text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09137b;
Background color
Panel with #09137b background
background-color: #09137b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09137b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 19, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 19, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09137b; background: linear-gradient(135deg, #09137b, #4B097B);