#09097b
a dark, electric blue · warm · closest name: navy
RGB
9, 9, 123
HSL
240°, 86%, 26%
CMYK
93, 93, 0, 52
Luminance
0.0168
Every format
| HEX | #09097b |
| RGB | rgb(9, 9, 123) |
| HSL | hsl(240, 86%, 26%) |
| CMYK | cmyk(93%, 93%, 0%, 52%) |
| LAB | lab(13.7 42.6 -60.2) |
| LCH | lch(13.7 73.8 305.3) |
| OKLCH | oklch(0.275 0.174 266.9) |
Copy-ready code
/* CSS */
color: #09097b;
background-color: #09097b;
/* Tailwind (arbitrary) */
class="text-[#09097b] bg-[#09097b]"
/* SCSS */
$brand: #09097b;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.482)
/* Android */
Color.parseColor("#09097b")Accessibility — WCAG contrast
Aa
#09097b on white: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09097b on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue48.2%
CMYK percentages
Cyan92.7%
Magenta92.7%
Yellow0.0%
Key (black)51.8%
Color previews
#09097b text on a black background
contrast 1.34:1
Card sample
#09097b text on a white background
contrast 15.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09097b;
Background color
Panel with #09097b background
background-color: #09097b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09097b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09097b; background: linear-gradient(135deg, #09097b, #55097B);