#090835
a deep, vivid blue · warm · closest name: midnightblue
RGB
9, 8, 53
HSL
241°, 74%, 12%
CMYK
83, 85, 0, 79
Luminance
0.0049
Every format
| HEX | #090835 |
| RGB | rgb(9, 8, 53) |
| HSL | hsl(241, 74%, 12%) |
| CMYK | cmyk(83%, 85%, 0%, 79%) |
| LAB | lab(4.4 15.5 -27.9) |
| LCH | lch(4.4 31.9 299.0) |
| OKLCH | oklch(0.178 0.085 274.6) |
Copy-ready code
/* CSS */
color: #090835;
background-color: #090835;
/* Tailwind (arbitrary) */
class="text-[#090835] bg-[#090835]"
/* SCSS */
$brand: #090835;
/* SwiftUI */
Color(red: 0.035, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#090835")Accessibility — WCAG contrast
Aa
#090835 on white: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090835 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.1%
Blue20.8%
CMYK percentages
Cyan83.0%
Magenta84.9%
Yellow0.0%
Key (black)79.2%
Color previews
#090835 text on a black background
contrast 1.10:1
Card sample
#090835 text on a white background
contrast 19.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090835;
Background color
Panel with #090835 background
background-color: #090835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090835; background: linear-gradient(135deg, #090835, #270835);