#554cff
a balanced, electric blue · warm · closest name: blue
RGB
85, 76, 255
HSL
243°, 100%, 65%
CMYK
67, 70, 0, 0
Luminance
0.1432
Every format
| HEX | #554cff |
| RGB | rgb(85, 76, 255) |
| HSL | hsl(243, 100%, 65%) |
| CMYK | cmyk(67%, 70%, 0%, 0%) |
| LAB | lab(44.7 56.1 -87.2) |
| LCH | lch(44.7 103.7 302.8) |
| OKLCH | oklch(0.547 0.253 276.2) |
Copy-ready code
/* CSS */
color: #554cff;
background-color: #554cff;
/* Tailwind (arbitrary) */
class="text-[#554cff] bg-[#554cff]"
/* SCSS */
$brand: #554cff;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 1.000)
/* Android */
Color.parseColor("#554cff")Accessibility — WCAG contrast
Aa
#554cff on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554cff on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta70.2%
Yellow0.0%
Key (black)0.0%
Color previews
#554cff text on a black background
contrast 3.86:1
Card sample
#554cff text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554cff;
Background color
Panel with #554cff background
background-color: #554cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554cff; background: linear-gradient(135deg, #554cff, #CC4CFF);