#2b4afd
a balanced, electric blue · warm · closest name: blue
RGB
43, 74, 253
HSL
231°, 98%, 58%
CMYK
83, 71, 0, 1
Luminance
0.1250
Every format
| HEX | #2b4afd |
| RGB | rgb(43, 74, 253) |
| HSL | hsl(231, 98%, 58%) |
| CMYK | cmyk(83%, 71%, 0%, 1%) |
| LAB | lab(42.0 53.1 -90.6) |
| LCH | lch(42.0 105.0 300.4) |
| OKLCH | oklch(0.522 0.263 267.2) |
Copy-ready code
/* CSS */
color: #2b4afd;
background-color: #2b4afd;
/* Tailwind (arbitrary) */
class="text-[#2b4afd] bg-[#2b4afd]"
/* SCSS */
$brand: #2b4afd;
/* SwiftUI */
Color(red: 0.169, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#2b4afd")Accessibility — WCAG contrast
Aa
#2b4afd on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2b4afd on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green29.0%
Blue99.2%
CMYK percentages
Cyan83.0%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#2b4afd text on a black background
contrast 3.50:1
Card sample
#2b4afd text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b4afd;
Background color
Panel with #2b4afd background
background-color: #2b4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b4afd; background: linear-gradient(135deg, #2b4afd, #982BFD);