#8f90fe
a light, electric blue · warm · closest name: royalblue
RGB
143, 144, 254
HSL
240°, 98%, 78%
CMYK
44, 43, 0, 0
Luminance
0.3294
Every format
| HEX | #8f90fe |
| RGB | rgb(143, 144, 254) |
| HSL | hsl(240, 98%, 78%) |
| CMYK | cmyk(44%, 43%, 0%, 0%) |
| LAB | lab(64.1 26.8 -55.0) |
| LCH | lch(64.1 61.2 296.0) |
| OKLCH | oklch(0.701 0.159 281.1) |
Copy-ready code
/* CSS */
color: #8f90fe;
background-color: #8f90fe;
/* Tailwind (arbitrary) */
class="text-[#8f90fe] bg-[#8f90fe]"
/* SCSS */
$brand: #8f90fe;
/* SwiftUI */
Color(red: 0.561, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#8f90fe")Accessibility — WCAG contrast
Aa
#8f90fe on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f90fe on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.5%
Blue99.6%
CMYK percentages
Cyan43.7%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#8f90fe text on a black background
contrast 7.59:1
Card sample
#8f90fe text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f90fe;
Background color
Panel with #8f90fe background
background-color: #8f90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f90fe; background: linear-gradient(135deg, #8f90fe, #D88FFE);