#2d8dfe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
45, 141, 254
HSL
212°, 99%, 59%
CMYK
82, 45, 0, 0
Luminance
0.2676
Every format
| HEX | #2d8dfe |
| RGB | rgb(45, 141, 254) |
| HSL | hsl(212, 99%, 59%) |
| CMYK | cmyk(82%, 45%, 0%, 0%) |
| LAB | lab(58.8 12.4 -63.8) |
| LCH | lch(58.8 65.0 281.0) |
| OKLCH | oklch(0.648 0.189 255.5) |
Copy-ready code
/* CSS */
color: #2d8dfe;
background-color: #2d8dfe;
/* Tailwind (arbitrary) */
class="text-[#2d8dfe] bg-[#2d8dfe]"
/* SCSS */
$brand: #2d8dfe;
/* SwiftUI */
Color(red: 0.176, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#2d8dfe")Accessibility — WCAG contrast
Aa
#2d8dfe on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d8dfe on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green55.3%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#2d8dfe text on a black background
contrast 6.35:1
Card sample
#2d8dfe text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d8dfe;
Background color
Panel with #2d8dfe background
background-color: #2d8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d8dfe; background: linear-gradient(135deg, #2d8dfe, #582DFE);