#09005b
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 0, 91
HSL
246°, 100%, 18%
CMYK
90, 100, 0, 64
Luminance
0.0081
Every format
| HEX | #09005b |
| RGB | rgb(9, 0, 91) |
| HSL | hsl(246, 100%, 18%) |
| CMYK | cmyk(90%, 100%, 0%, 64%) |
| LAB | lab(7.3 37.4 -49.8) |
| LCH | lch(7.3 62.3 306.9) |
| OKLCH | oklch(0.218 0.144 269.4) |
Copy-ready code
/* CSS */
color: #09005b;
background-color: #09005b;
/* Tailwind (arbitrary) */
class="text-[#09005b] bg-[#09005b]"
/* SCSS */
$brand: #09005b;
/* SwiftUI */
Color(red: 0.035, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#09005b")Accessibility — WCAG contrast
Aa
#09005b on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09005b on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.0%
Blue35.7%
CMYK percentages
Cyan90.1%
Magenta100.0%
Yellow0.0%
Key (black)64.3%
Color previews
#09005b text on a black background
contrast 1.16:1
Card sample
#09005b text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09005b;
Background color
Panel with #09005b background
background-color: #09005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09005b; background: linear-gradient(135deg, #09005b, #45005B);