#290ba9
a dark, electric blue · warm · closest name: navy
RGB
41, 11, 169
HSL
251°, 88%, 35%
CMYK
76, 94, 0, 34
Luminance
0.0358
Every format
| HEX | #290ba9 |
| RGB | rgb(41, 11, 169) |
| HSL | hsl(251, 88%, 35%) |
| CMYK | cmyk(76%, 94%, 0%, 34%) |
| LAB | lab(22.2 56.2 -74.7) |
| LCH | lch(22.2 93.4 307.0) |
| OKLCH | oklch(0.355 0.216 274.3) |
Copy-ready code
/* CSS */
color: #290ba9;
background-color: #290ba9;
/* Tailwind (arbitrary) */
class="text-[#290ba9] bg-[#290ba9]"
/* SCSS */
$brand: #290ba9;
/* SwiftUI */
Color(red: 0.161, green: 0.043, blue: 0.663)
/* Android */
Color.parseColor("#290ba9")Accessibility — WCAG contrast
Aa
#290ba9 on white: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290ba9 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green4.3%
Blue66.3%
CMYK percentages
Cyan75.7%
Magenta93.5%
Yellow0.0%
Key (black)33.7%
Color previews
#290ba9 text on a black background
contrast 1.72:1
Card sample
#290ba9 text on a white background
contrast 12.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290ba9;
Background color
Panel with #290ba9 background
background-color: #290ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 11, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 11, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290ba9; background: linear-gradient(135deg, #290ba9, #920BA9);