#09009b
a dark, electric blue · warm · closest name: navy
RGB
9, 0, 155
HSL
244°, 100%, 30%
CMYK
94, 100, 0, 39
Luminance
0.0242
Every format
| HEX | #09009b |
| RGB | rgb(9, 0, 155) |
| HSL | hsl(244, 100%, 30%) |
| CMYK | cmyk(94%, 100%, 0%, 39%) |
| LAB | lab(17.6 54.7 -73.9) |
| LCH | lch(17.6 91.9 306.5) |
| OKLCH | oklch(0.314 0.214 265.8) |
Copy-ready code
/* CSS */
color: #09009b;
background-color: #09009b;
/* Tailwind (arbitrary) */
class="text-[#09009b] bg-[#09009b]"
/* SCSS */
$brand: #09009b;
/* SwiftUI */
Color(red: 0.035, green: 0.000, blue: 0.608)
/* Android */
Color.parseColor("#09009b")Accessibility — WCAG contrast
Aa
#09009b on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09009b on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.0%
Blue60.8%
CMYK percentages
Cyan94.2%
Magenta100.0%
Yellow0.0%
Key (black)39.2%
Color previews
#09009b text on a black background
contrast 1.48:1
Card sample
#09009b text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09009b;
Background color
Panel with #09009b background
background-color: #09009b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09009b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 0, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 0, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09009b; background: linear-gradient(135deg, #09009b, #70009B);