#554cfd
a balanced, electric blue · warm · closest name: blue
RGB
85, 76, 253
HSL
243°, 98%, 65%
CMYK
66, 70, 0, 1
Luminance
0.1419
Every format
| HEX | #554cfd |
| RGB | rgb(85, 76, 253) |
| HSL | hsl(243, 98%, 65%) |
| CMYK | cmyk(66%, 70%, 0%, 1%) |
| LAB | lab(44.5 55.5 -86.4) |
| LCH | lch(44.5 102.7 302.7) |
| OKLCH | oklch(0.545 0.251 276.3) |
Copy-ready code
/* CSS */
color: #554cfd;
background-color: #554cfd;
/* Tailwind (arbitrary) */
class="text-[#554cfd] bg-[#554cfd]"
/* SCSS */
$brand: #554cfd;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#554cfd")Accessibility — WCAG contrast
Aa
#554cfd on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554cfd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#554cfd text on a black background
contrast 3.84:1
Card sample
#554cfd text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554cfd;
Background color
Panel with #554cfd background
background-color: #554cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554cfd; background: linear-gradient(135deg, #554cfd, #CB4CFD);