#998fff
a light, electric blue · warm · closest name: royalblue
RGB
153, 143, 255
HSL
245°, 100%, 78%
CMYK
40, 44, 0, 0
Luminance
0.3364
Every format
| HEX | #998fff |
| RGB | rgb(153, 143, 255) |
| HSL | hsl(245, 100%, 78%) |
| CMYK | cmyk(40%, 44%, 0%, 0%) |
| LAB | lab(64.7 30.1 -54.6) |
| LCH | lch(64.7 62.4 298.8) |
| OKLCH | oklch(0.707 0.160 285.6) |
Copy-ready code
/* CSS */
color: #998fff;
background-color: #998fff;
/* Tailwind (arbitrary) */
class="text-[#998fff] bg-[#998fff]"
/* SCSS */
$brand: #998fff;
/* SwiftUI */
Color(red: 0.600, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#998fff")Accessibility — WCAG contrast
Aa
#998fff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#998fff on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green56.1%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#998fff text on a black background
contrast 7.73:1
Card sample
#998fff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998fff;
Background color
Panel with #998fff background
background-color: #998fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998fff; background: linear-gradient(135deg, #998fff, #E48FFF);