#2d8cfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
45, 140, 253
HSL
213°, 98%, 58%
CMYK
82, 45, 0, 1
Luminance
0.2641
Every format
| HEX | #2d8cfd |
| RGB | rgb(45, 140, 253) |
| HSL | hsl(213, 98%, 58%) |
| CMYK | cmyk(82%, 45%, 0%, 1%) |
| LAB | lab(58.4 12.7 -63.8) |
| LCH | lch(58.4 65.1 281.2) |
| OKLCH | oklch(0.645 0.189 255.6) |
Copy-ready code
/* CSS */
color: #2d8cfd;
background-color: #2d8cfd;
/* Tailwind (arbitrary) */
class="text-[#2d8cfd] bg-[#2d8cfd]"
/* SCSS */
$brand: #2d8cfd;
/* SwiftUI */
Color(red: 0.176, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#2d8cfd")Accessibility — WCAG contrast
Aa
#2d8cfd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d8cfd on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green54.9%
Blue99.2%
CMYK percentages
Cyan82.2%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#2d8cfd text on a black background
contrast 6.28:1
Card sample
#2d8cfd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d8cfd;
Background color
Panel with #2d8cfd background
background-color: #2d8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d8cfd; background: linear-gradient(135deg, #2d8cfd, #592DFD);