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