#241eee
a balanced, electric blue · warm · closest name: blue
RGB
36, 30, 238
HSL
242°, 86%, 53%
CMYK
85, 87, 0, 7
Luminance
0.0748
Every format
| HEX | #241eee |
| RGB | rgb(36, 30, 238) |
| HSL | hsl(242, 86%, 53%) |
| CMYK | cmyk(85%, 87%, 0%, 7%) |
| LAB | lab(32.9 69.0 -97.3) |
| LCH | lch(32.9 119.3 305.3) |
| OKLCH | oklch(0.452 0.282 268.1) |
Copy-ready code
/* CSS */
color: #241eee;
background-color: #241eee;
/* Tailwind (arbitrary) */
class="text-[#241eee] bg-[#241eee]"
/* SCSS */
$brand: #241eee;
/* SwiftUI */
Color(red: 0.141, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#241eee")Accessibility — WCAG contrast
Aa
#241eee on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241eee on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green11.8%
Blue93.3%
CMYK percentages
Cyan84.9%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#241eee text on a black background
contrast 2.50:1
Card sample
#241eee text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241eee;
Background color
Panel with #241eee background
background-color: #241eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241eee; background: linear-gradient(135deg, #241eee, #AF1EEE);