#2d7afb
a balanced, electric blue · cool · closest name: royalblue
RGB
45, 122, 251
HSL
218°, 96%, 58%
CMYK
82, 51, 0, 2
Luminance
0.2144
Every format
| HEX | #2d7afb |
| RGB | rgb(45, 122, 251) |
| HSL | hsl(218, 96%, 58%) |
| CMYK | cmyk(82%, 51%, 0%, 2%) |
| LAB | lab(53.4 23.0 -70.8) |
| LCH | lch(53.4 74.4 288.0) |
| OKLCH | oklch(0.606 0.207 260.3) |
Copy-ready code
/* CSS */
color: #2d7afb;
background-color: #2d7afb;
/* Tailwind (arbitrary) */
class="text-[#2d7afb] bg-[#2d7afb]"
/* SCSS */
$brand: #2d7afb;
/* SwiftUI */
Color(red: 0.176, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#2d7afb")Accessibility — WCAG contrast
Aa
#2d7afb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d7afb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green47.8%
Blue98.4%
CMYK percentages
Cyan82.1%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#2d7afb text on a black background
contrast 5.29:1
Card sample
#2d7afb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d7afb;
Background color
Panel with #2d7afb background
background-color: #2d7afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d7afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d7afb; background: linear-gradient(135deg, #2d7afb, #692DFB);