#2e2dec
a balanced, electric blue · warm · closest name: blue
RGB
46, 45, 236
HSL
240°, 83%, 55%
CMYK
81, 81, 0, 8
Luminance
0.0851
Every format
| HEX | #2e2dec |
| RGB | rgb(46, 45, 236) |
| HSL | hsl(240, 83%, 55%) |
| CMYK | cmyk(81%, 81%, 0%, 8%) |
| LAB | lab(35.0 62.9 -92.5) |
| LCH | lch(35.0 111.9 304.2) |
| OKLCH | oklch(0.467 0.268 269.8) |
Copy-ready code
/* CSS */
color: #2e2dec;
background-color: #2e2dec;
/* Tailwind (arbitrary) */
class="text-[#2e2dec] bg-[#2e2dec]"
/* SCSS */
$brand: #2e2dec;
/* SwiftUI */
Color(red: 0.180, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#2e2dec")Accessibility — WCAG contrast
Aa
#2e2dec on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e2dec on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green17.6%
Blue92.5%
CMYK percentages
Cyan80.5%
Magenta80.9%
Yellow0.0%
Key (black)7.5%
Color previews
#2e2dec text on a black background
contrast 2.70:1
Card sample
#2e2dec text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e2dec;
Background color
Panel with #2e2dec background
background-color: #2e2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e2dec; background: linear-gradient(135deg, #2e2dec, #AD2DEC);