#2d4afb
a balanced, electric blue · warm · closest name: blue
RGB
45, 74, 251
HSL
232°, 96%, 58%
CMYK
82, 71, 0, 2
Luminance
0.1242
Every format
| HEX | #2d4afb |
| RGB | rgb(45, 74, 251) |
| HSL | hsl(232, 96%, 58%) |
| CMYK | cmyk(82%, 71%, 0%, 2%) |
| LAB | lab(41.9 52.5 -89.7) |
| LCH | lch(41.9 103.9 300.4) |
| OKLCH | oklch(0.520 0.260 267.5) |
Copy-ready code
/* CSS */
color: #2d4afb;
background-color: #2d4afb;
/* Tailwind (arbitrary) */
class="text-[#2d4afb] bg-[#2d4afb]"
/* SCSS */
$brand: #2d4afb;
/* SwiftUI */
Color(red: 0.176, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#2d4afb")Accessibility — WCAG contrast
Aa
#2d4afb on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d4afb on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green29.0%
Blue98.4%
CMYK percentages
Cyan82.1%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#2d4afb text on a black background
contrast 3.48:1
Card sample
#2d4afb text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d4afb;
Background color
Panel with #2d4afb background
background-color: #2d4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d4afb; background: linear-gradient(135deg, #2d4afb, #992DFB);