#090955
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 9, 85
HSL
240°, 81%, 18%
CMYK
89, 89, 0, 67
Luminance
0.0091
Every format
| HEX | #090955 |
| RGB | rgb(9, 9, 85) |
| HSL | hsl(240, 81%, 18%) |
| CMYK | cmyk(89%, 89%, 0%, 67%) |
| LAB | lab(8.2 30.1 -44.3) |
| LCH | lch(8.2 53.6 304.2) |
| OKLCH | oklch(0.222 0.128 269.4) |
Copy-ready code
/* CSS */
color: #090955;
background-color: #090955;
/* Tailwind (arbitrary) */
class="text-[#090955] bg-[#090955]"
/* SCSS */
$brand: #090955;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.333)
/* Android */
Color.parseColor("#090955")Accessibility — WCAG contrast
Aa
#090955 on white: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090955 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue33.3%
CMYK percentages
Cyan89.4%
Magenta89.4%
Yellow0.0%
Key (black)66.7%
Color previews
#090955 text on a black background
contrast 1.18:1
Card sample
#090955 text on a white background
contrast 17.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090955;
Background color
Panel with #090955 background
background-color: #090955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090955; background: linear-gradient(135deg, #090955, #3C0955);