#2d2aef
a balanced, electric blue · warm · closest name: blue
RGB
45, 42, 239
HSL
241°, 86%, 55%
CMYK
81, 82, 0, 6
Luminance
0.0845
Every format
| HEX | #2d2aef |
| RGB | rgb(45, 42, 239) |
| HSL | hsl(241, 86%, 55%) |
| CMYK | cmyk(81%, 82%, 0%, 6%) |
| LAB | lab(34.9 65.0 -94.5) |
| LCH | lch(34.9 114.7 304.5) |
| OKLCH | oklch(0.467 0.274 269.6) |
Copy-ready code
/* CSS */
color: #2d2aef;
background-color: #2d2aef;
/* Tailwind (arbitrary) */
class="text-[#2d2aef] bg-[#2d2aef]"
/* SCSS */
$brand: #2d2aef;
/* SwiftUI */
Color(red: 0.176, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#2d2aef")Accessibility — WCAG contrast
Aa
#2d2aef on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d2aef on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green16.5%
Blue93.7%
CMYK percentages
Cyan81.2%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#2d2aef text on a black background
contrast 2.69:1
Card sample
#2d2aef text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d2aef;
Background color
Panel with #2d2aef background
background-color: #2d2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d2aef; background: linear-gradient(135deg, #2d2aef, #B02AEF);