#2e2fec
a balanced, electric blue · warm · closest name: blue
RGB
46, 47, 236
HSL
240°, 83%, 55%
CMYK
81, 80, 0, 8
Luminance
0.0867
Every format
| HEX | #2e2fec |
| RGB | rgb(46, 47, 236) |
| HSL | hsl(240, 83%, 55%) |
| CMYK | cmyk(81%, 80%, 0%, 8%) |
| LAB | lab(35.3 62.0 -92.0) |
| LCH | lch(35.3 111.0 303.9) |
| OKLCH | oklch(0.469 0.267 269.7) |
Copy-ready code
/* CSS */
color: #2e2fec;
background-color: #2e2fec;
/* Tailwind (arbitrary) */
class="text-[#2e2fec] bg-[#2e2fec]"
/* SCSS */
$brand: #2e2fec;
/* SwiftUI */
Color(red: 0.180, green: 0.184, blue: 0.925)
/* Android */
Color.parseColor("#2e2fec")Accessibility — WCAG contrast
Aa
#2e2fec on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e2fec on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green18.4%
Blue92.5%
CMYK percentages
Cyan80.5%
Magenta80.1%
Yellow0.0%
Key (black)7.5%
Color previews
#2e2fec text on a black background
contrast 2.73:1
Card sample
#2e2fec text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e2fec;
Background color
Panel with #2e2fec background
background-color: #2e2fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e2fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 47, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 47, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e2fec; background: linear-gradient(135deg, #2e2fec, #AC2EEC);