#8f99eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
143, 153, 235
HSL
234°, 70%, 74%
CMYK
39, 35, 0, 8
Luminance
0.3462
Every format
| HEX | #8f99eb |
| RGB | rgb(143, 153, 235) |
| HSL | hsl(234, 70%, 74%) |
| CMYK | cmyk(39%, 35%, 0%, 8%) |
| LAB | lab(65.5 16.3 -42.5) |
| LCH | lch(65.5 45.5 291.0) |
| OKLCH | oklch(0.708 0.120 277.6) |
Copy-ready code
/* CSS */
color: #8f99eb;
background-color: #8f99eb;
/* Tailwind (arbitrary) */
class="text-[#8f99eb] bg-[#8f99eb]"
/* SCSS */
$brand: #8f99eb;
/* SwiftUI */
Color(red: 0.561, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#8f99eb")Accessibility — WCAG contrast
Aa
#8f99eb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f99eb on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green60.0%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#8f99eb text on a black background
contrast 7.92:1
Card sample
#8f99eb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f99eb;
Background color
Panel with #8f99eb background
background-color: #8f99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f99eb; background: linear-gradient(135deg, #8f99eb, #C28FEB);