#290eb0
a dark, electric blue · warm · closest name: navy
RGB
41, 14, 176
HSL
250°, 85%, 37%
CMYK
77, 92, 0, 31
Luminance
0.0392
Every format
| HEX | #290eb0 |
| RGB | rgb(41, 14, 176) |
| HSL | hsl(250, 85%, 37%) |
| CMYK | cmyk(77%, 92%, 0%, 31%) |
| LAB | lab(23.4 57.3 -76.9) |
| LCH | lch(23.4 95.9 306.7) |
| OKLCH | oklch(0.366 0.223 273.5) |
Copy-ready code
/* CSS */
color: #290eb0;
background-color: #290eb0;
/* Tailwind (arbitrary) */
class="text-[#290eb0] bg-[#290eb0]"
/* SCSS */
$brand: #290eb0;
/* SwiftUI */
Color(red: 0.161, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#290eb0")Accessibility — WCAG contrast
Aa
#290eb0 on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290eb0 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green5.5%
Blue69.0%
CMYK percentages
Cyan76.7%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#290eb0 text on a black background
contrast 1.78:1
Card sample
#290eb0 text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290eb0;
Background color
Panel with #290eb0 background
background-color: #290eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290eb0; background: linear-gradient(135deg, #290eb0, #950EB0);