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