#2da3fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
45, 163, 252
HSL
206°, 97%, 58%
CMYK
82, 35, 0, 1
Luminance
0.3378
Every format
| HEX | #2da3fc |
| RGB | rgb(45, 163, 252) |
| HSL | hsl(206, 97%, 58%) |
| CMYK | cmyk(82%, 35%, 0%, 1%) |
| LAB | lab(64.8 -1.3 -53.1) |
| LCH | lch(64.8 53.1 268.6) |
| OKLCH | oklch(0.695 0.165 246.8) |
Copy-ready code
/* CSS */
color: #2da3fc;
background-color: #2da3fc;
/* Tailwind (arbitrary) */
class="text-[#2da3fc] bg-[#2da3fc]"
/* SCSS */
$brand: #2da3fc;
/* SwiftUI */
Color(red: 0.176, green: 0.639, blue: 0.988)
/* Android */
Color.parseColor("#2da3fc")Accessibility — WCAG contrast
Aa
#2da3fc on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2da3fc on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green63.9%
Blue98.8%
CMYK percentages
Cyan82.1%
Magenta35.3%
Yellow0.0%
Key (black)1.2%
Color previews
#2da3fc text on a black background
contrast 7.76:1
Card sample
#2da3fc text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2da3fc;
Background color
Panel with #2da3fc background
background-color: #2da3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2da3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 163, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 163, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2da3fc; background: linear-gradient(135deg, #2da3fc, #412DFC);