#282eee
a balanced, electric blue · warm · closest name: blue
RGB
40, 46, 238
HSL
238°, 85%, 55%
CMYK
83, 81, 0, 7
Luminance
0.0858
Every format
| HEX | #282eee |
| RGB | rgb(40, 46, 238) |
| HSL | hsl(238, 85%, 55%) |
| CMYK | cmyk(83%, 81%, 0%, 7%) |
| LAB | lab(35.1 62.8 -93.5) |
| LCH | lch(35.1 112.6 303.9) |
| OKLCH | oklch(0.468 0.271 268.5) |
Copy-ready code
/* CSS */
color: #282eee;
background-color: #282eee;
/* Tailwind (arbitrary) */
class="text-[#282eee] bg-[#282eee]"
/* SCSS */
$brand: #282eee;
/* SwiftUI */
Color(red: 0.157, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#282eee")Accessibility — WCAG contrast
Aa
#282eee on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282eee on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan83.2%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#282eee text on a black background
contrast 2.72:1
Card sample
#282eee text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282eee;
Background color
Panel with #282eee background
background-color: #282eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282eee; background: linear-gradient(135deg, #282eee, #A628EE);