#8b98ff
a light, electric blue · warm · closest name: dodgerblue
RGB
139, 152, 255
HSL
233°, 100%, 77%
CMYK
46, 40, 0, 0
Luminance
0.3517
Every format
| HEX | #8b98ff |
| RGB | rgb(139, 152, 255) |
| HSL | hsl(233, 100%, 77%) |
| CMYK | cmyk(46%, 40%, 0%, 0%) |
| LAB | lab(65.9 21.5 -52.8) |
| LCH | lch(65.9 57.0 292.2) |
| OKLCH | oklch(0.714 0.150 276.5) |
Copy-ready code
/* CSS */
color: #8b98ff;
background-color: #8b98ff;
/* Tailwind (arbitrary) */
class="text-[#8b98ff] bg-[#8b98ff]"
/* SCSS */
$brand: #8b98ff;
/* SwiftUI */
Color(red: 0.545, green: 0.596, blue: 1.000)
/* Android */
Color.parseColor("#8b98ff")Accessibility — WCAG contrast
Aa
#8b98ff on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8b98ff on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green59.6%
Blue100.0%
CMYK percentages
Cyan45.5%
Magenta40.4%
Yellow0.0%
Key (black)0.0%
Color previews
#8b98ff text on a black background
contrast 8.03:1
Card sample
#8b98ff text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b98ff;
Background color
Panel with #8b98ff background
background-color: #8b98ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b98ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 152, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 152, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b98ff; background: linear-gradient(135deg, #8b98ff, #CB8BFF);