#547dfd
a light, electric blue · warm · closest name: royalblue
RGB
84, 125, 253
HSL
225°, 98%, 66%
CMYK
67, 51, 0, 1
Luminance
0.2364
Every format
| HEX | #547dfd |
| RGB | rgb(84, 125, 253) |
| HSL | hsl(225, 98%, 66%) |
| CMYK | cmyk(67%, 51%, 0%, 1%) |
| LAB | lab(55.7 26.3 -68.1) |
| LCH | lch(55.7 73.0 291.1) |
| OKLCH | oklch(0.628 0.196 267.2) |
Copy-ready code
/* CSS */
color: #547dfd;
background-color: #547dfd;
/* Tailwind (arbitrary) */
class="text-[#547dfd] bg-[#547dfd]"
/* SCSS */
$brand: #547dfd;
/* SwiftUI */
Color(red: 0.329, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#547dfd")Accessibility — WCAG contrast
Aa
#547dfd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#547dfd on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green49.0%
Blue99.2%
CMYK percentages
Cyan66.8%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#547dfd text on a black background
contrast 5.73:1
Card sample
#547dfd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #547dfd;
Background color
Panel with #547dfd background
background-color: #547dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #547dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #547dfd; background: linear-gradient(135deg, #547dfd, #9C54FD);