#09024f
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 2, 79
HSL
246°, 95%, 16%
CMYK
89, 98, 0, 69
Luminance
0.0067
Every format
| HEX | #09024f |
| RGB | rgb(9, 2, 79) |
| HSL | hsl(246, 95%, 16%) |
| CMYK | cmyk(89%, 98%, 0%, 69%) |
| LAB | lab(6.0 31.8 -43.8) |
| LCH | lch(6.0 54.1 305.9) |
| OKLCH | oklch(0.203 0.128 270.8) |
Copy-ready code
/* CSS */
color: #09024f;
background-color: #09024f;
/* Tailwind (arbitrary) */
class="text-[#09024f] bg-[#09024f]"
/* SCSS */
$brand: #09024f;
/* SwiftUI */
Color(red: 0.035, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#09024f")Accessibility — WCAG contrast
Aa
#09024f on white: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09024f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.8%
Blue31.0%
CMYK percentages
Cyan88.6%
Magenta97.5%
Yellow0.0%
Key (black)69.0%
Color previews
#09024f text on a black background
contrast 1.13:1
Card sample
#09024f text on a white background
contrast 18.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09024f;
Background color
Panel with #09024f background
background-color: #09024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09024f; background: linear-gradient(135deg, #09024f, #3C024F);