#090958
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 9, 88
HSL
240°, 81%, 19%
CMYK
90, 90, 0, 66
Luminance
0.0096
Every format
| HEX | #090958 |
| RGB | rgb(9, 9, 88) |
| HSL | hsl(240, 81%, 19%) |
| CMYK | cmyk(90%, 90%, 0%, 66%) |
| LAB | lab(8.6 31.2 -45.6) |
| LCH | lch(8.6 55.3 304.3) |
| OKLCH | oklch(0.226 0.132 269.2) |
Copy-ready code
/* CSS */
color: #090958;
background-color: #090958;
/* Tailwind (arbitrary) */
class="text-[#090958] bg-[#090958]"
/* SCSS */
$brand: #090958;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.345)
/* Android */
Color.parseColor("#090958")Accessibility — WCAG contrast
Aa
#090958 on white: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090958 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue34.5%
CMYK percentages
Cyan89.8%
Magenta89.8%
Yellow0.0%
Key (black)65.5%
Color previews
#090958 text on a black background
contrast 1.19:1
Card sample
#090958 text on a white background
contrast 17.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090958;
Background color
Panel with #090958 background
background-color: #090958;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090958;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090958; background: linear-gradient(135deg, #090958, #3E0958);