#2d7dfe
a balanced, electric blue · cool · closest name: royalblue
RGB
45, 125, 254
HSL
217°, 99%, 59%
CMYK
82, 51, 0, 0
Luminance
0.2238
Every format
| HEX | #2d7dfe |
| RGB | rgb(45, 125, 254) |
| HSL | hsl(217, 99%, 59%) |
| CMYK | cmyk(82%, 51%, 0%, 0%) |
| LAB | lab(54.4 22.3 -70.8) |
| LCH | lch(54.4 74.2 287.5) |
| OKLCH | oklch(0.614 0.207 259.9) |
Copy-ready code
/* CSS */
color: #2d7dfe;
background-color: #2d7dfe;
/* Tailwind (arbitrary) */
class="text-[#2d7dfe] bg-[#2d7dfe]"
/* SCSS */
$brand: #2d7dfe;
/* SwiftUI */
Color(red: 0.176, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#2d7dfe")Accessibility — WCAG contrast
Aa
#2d7dfe on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d7dfe on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green49.0%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#2d7dfe text on a black background
contrast 5.48:1
Card sample
#2d7dfe text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d7dfe;
Background color
Panel with #2d7dfe background
background-color: #2d7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d7dfe; background: linear-gradient(135deg, #2d7dfe, #682DFE);