#240ade
a balanced, electric blue · warm · closest name: blue
RGB
36, 10, 222
HSL
247°, 91%, 46%
CMYK
84, 96, 0, 13
Luminance
0.0587
Every format
| HEX | #240ade |
| RGB | rgb(36, 10, 222) |
| HSL | hsl(247, 91%, 46%) |
| CMYK | cmyk(84%, 96%, 0%, 13%) |
| LAB | lab(29.1 69.9 -94.5) |
| LCH | lch(29.1 117.5 306.5) |
| OKLCH | oklch(0.420 0.273 268.9) |
Copy-ready code
/* CSS */
color: #240ade;
background-color: #240ade;
/* Tailwind (arbitrary) */
class="text-[#240ade] bg-[#240ade]"
/* SCSS */
$brand: #240ade;
/* SwiftUI */
Color(red: 0.141, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#240ade")Accessibility — WCAG contrast
Aa
#240ade on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240ade on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green3.9%
Blue87.1%
CMYK percentages
Cyan83.8%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#240ade text on a black background
contrast 2.17:1
Card sample
#240ade text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240ade;
Background color
Panel with #240ade background
background-color: #240ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240ade; background: linear-gradient(135deg, #240ade, #B20ADE);