#2d2afb
a balanced, electric blue · warm · closest name: blue
RGB
45, 42, 251
HSL
241°, 96%, 58%
CMYK
82, 83, 0, 2
Luminance
0.0918
Every format
| HEX | #2d2afb |
| RGB | rgb(45, 42, 251) |
| HSL | hsl(241, 96%, 58%) |
| CMYK | cmyk(82%, 83%, 0%, 2%) |
| LAB | lab(36.3 68.4 -98.9) |
| LCH | lch(36.3 120.3 304.7) |
| OKLCH | oklch(0.481 0.286 269.1) |
Copy-ready code
/* CSS */
color: #2d2afb;
background-color: #2d2afb;
/* Tailwind (arbitrary) */
class="text-[#2d2afb] bg-[#2d2afb]"
/* SCSS */
$brand: #2d2afb;
/* SwiftUI */
Color(red: 0.176, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#2d2afb")Accessibility — WCAG contrast
Aa
#2d2afb on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d2afb on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green16.5%
Blue98.4%
CMYK percentages
Cyan82.1%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#2d2afb text on a black background
contrast 2.84:1
Card sample
#2d2afb text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d2afb;
Background color
Panel with #2d2afb background
background-color: #2d2afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d2afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d2afb; background: linear-gradient(135deg, #2d2afb, #B92AFB);