#8489ff
a light, electric blue · warm · closest name: royalblue
RGB
132, 137, 255
HSL
238°, 100%, 76%
CMYK
48, 46, 0, 0
Luminance
0.3002
Every format
| HEX | #8489ff |
| RGB | rgb(132, 137, 255) |
| HSL | hsl(238, 100%, 76%) |
| CMYK | cmyk(48%, 46%, 0%, 0%) |
| LAB | lab(61.7 28.7 -59.5) |
| LCH | lch(61.7 66.0 295.7) |
| OKLCH | oklch(0.681 0.171 279.0) |
Copy-ready code
/* CSS */
color: #8489ff;
background-color: #8489ff;
/* Tailwind (arbitrary) */
class="text-[#8489ff] bg-[#8489ff]"
/* SCSS */
$brand: #8489ff;
/* SwiftUI */
Color(red: 0.518, green: 0.537, blue: 1.000)
/* Android */
Color.parseColor("#8489ff")Accessibility — WCAG contrast
Aa
#8489ff on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8489ff on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green53.7%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta46.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8489ff text on a black background
contrast 7.00:1
Card sample
#8489ff text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8489ff;
Background color
Panel with #8489ff background
background-color: #8489ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8489ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 137, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 137, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8489ff; background: linear-gradient(135deg, #8489ff, #D184FF);