#476dfd
a balanced, electric blue · warm · closest name: royalblue
RGB
71, 109, 253
HSL
228°, 98%, 64%
CMYK
72, 57, 0, 1
Luminance
0.1937
Every format
| HEX | #476dfd |
| RGB | rgb(71, 109, 253) |
| HSL | hsl(228, 98%, 64%) |
| CMYK | cmyk(72%, 57%, 0%, 1%) |
| LAB | lab(51.1 34.4 -75.6) |
| LCH | lch(51.1 83.1 294.5) |
| OKLCH | oklch(0.592 0.218 267.8) |
Copy-ready code
/* CSS */
color: #476dfd;
background-color: #476dfd;
/* Tailwind (arbitrary) */
class="text-[#476dfd] bg-[#476dfd]"
/* SCSS */
$brand: #476dfd;
/* SwiftUI */
Color(red: 0.278, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#476dfd")Accessibility — WCAG contrast
Aa
#476dfd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#476dfd on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green42.7%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#476dfd text on a black background
contrast 4.87:1
Card sample
#476dfd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476dfd;
Background color
Panel with #476dfd background
background-color: #476dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476dfd; background: linear-gradient(135deg, #476dfd, #9A47FD);