#280ade
a balanced, electric blue · warm · closest name: blue
RGB
40, 10, 222
HSL
249°, 91%, 46%
CMYK
82, 96, 0, 13
Luminance
0.0594
Every format
| HEX | #280ade |
| RGB | rgb(40, 10, 222) |
| HSL | hsl(249, 91%, 46%) |
| CMYK | cmyk(82%, 96%, 0%, 13%) |
| LAB | lab(29.3 70.0 -94.2) |
| LCH | lch(29.3 117.3 306.6) |
| OKLCH | oklch(0.422 0.272 269.9) |
Copy-ready code
/* CSS */
color: #280ade;
background-color: #280ade;
/* Tailwind (arbitrary) */
class="text-[#280ade] bg-[#280ade]"
/* SCSS */
$brand: #280ade;
/* SwiftUI */
Color(red: 0.157, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#280ade")Accessibility — WCAG contrast
Aa
#280ade on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280ade on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green3.9%
Blue87.1%
CMYK percentages
Cyan82.0%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#280ade text on a black background
contrast 2.19:1
Card sample
#280ade text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280ade;
Background color
Panel with #280ade background
background-color: #280ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280ade; background: linear-gradient(135deg, #280ade, #B50ADE);