#4547ff
a balanced, electric blue · warm · closest name: blue
RGB
69, 71, 255
HSL
239°, 100%, 64%
CMYK
73, 72, 0, 0
Luminance
0.1299
Every format
| HEX | #4547ff |
| RGB | rgb(69, 71, 255) |
| HSL | hsl(239, 100%, 64%) |
| CMYK | cmyk(73%, 72%, 0%, 0%) |
| LAB | lab(42.8 57.2 -90.4) |
| LCH | lch(42.8 107.0 302.3) |
| OKLCH | oklch(0.531 0.262 272.5) |
Copy-ready code
/* CSS */
color: #4547ff;
background-color: #4547ff;
/* Tailwind (arbitrary) */
class="text-[#4547ff] bg-[#4547ff]"
/* SCSS */
$brand: #4547ff;
/* SwiftUI */
Color(red: 0.271, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#4547ff")Accessibility — WCAG contrast
Aa
#4547ff on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4547ff on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green27.8%
Blue100.0%
CMYK percentages
Cyan72.9%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4547ff text on a black background
contrast 3.60:1
Card sample
#4547ff text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4547ff;
Background color
Panel with #4547ff background
background-color: #4547ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4547ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4547ff; background: linear-gradient(135deg, #4547ff, #BF45FF);