#479df2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 157, 242
HSL
210°, 87%, 61%
CMYK
71, 35, 0, 5
Luminance
0.3186
Every format
| HEX | #479df2 |
| RGB | rgb(71, 157, 242) |
| HSL | hsl(210, 87%, 61%) |
| CMYK | cmyk(71%, 35%, 0%, 5%) |
| LAB | lab(63.2 1.5 -50.1) |
| LCH | lch(63.2 50.1 271.7) |
| OKLCH | oklch(0.682 0.151 250.8) |
Copy-ready code
/* CSS */
color: #479df2;
background-color: #479df2;
/* Tailwind (arbitrary) */
class="text-[#479df2] bg-[#479df2]"
/* SCSS */
$brand: #479df2;
/* SwiftUI */
Color(red: 0.278, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#479df2")Accessibility — WCAG contrast
Aa
#479df2 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#479df2 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green61.6%
Blue94.9%
CMYK percentages
Cyan70.7%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#479df2 text on a black background
contrast 7.37:1
Card sample
#479df2 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #479df2;
Background color
Panel with #479df2 background
background-color: #479df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #479df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #479df2; background: linear-gradient(135deg, #479df2, #6347F2);