#09005f
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 0, 95
HSL
246°, 100%, 19%
CMYK
91, 100, 0, 63
Luminance
0.0088
Every format
| HEX | #09005f |
| RGB | rgb(9, 0, 95) |
| HSL | hsl(246, 100%, 19%) |
| CMYK | cmyk(91%, 100%, 0%, 63%) |
| LAB | lab(8.0 38.6 -51.5) |
| LCH | lch(8.0 64.3 306.9) |
| OKLCH | oklch(0.225 0.149 268.9) |
Copy-ready code
/* CSS */
color: #09005f;
background-color: #09005f;
/* Tailwind (arbitrary) */
class="text-[#09005f] bg-[#09005f]"
/* SCSS */
$brand: #09005f;
/* SwiftUI */
Color(red: 0.035, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#09005f")Accessibility — WCAG contrast
Aa
#09005f on white: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09005f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.0%
Blue37.3%
CMYK percentages
Cyan90.5%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#09005f text on a black background
contrast 1.18:1
Card sample
#09005f text on a white background
contrast 17.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09005f;
Background color
Panel with #09005f background
background-color: #09005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09005f; background: linear-gradient(135deg, #09005f, #48005F);