#8f90df
a light, vivid blue · warm · closest name: dodgerblue
RGB
143, 144, 223
HSL
239°, 56%, 72%
CMYK
36, 35, 0, 13
Luminance
0.3111
Every format
| HEX | #8f90df |
| RGB | rgb(143, 144, 223) |
| HSL | hsl(239, 56%, 72%) |
| CMYK | cmyk(36%, 35%, 0%, 13%) |
| LAB | lab(62.6 18.3 -40.3) |
| LCH | lch(62.6 44.2 294.4) |
| OKLCH | oklch(0.685 0.116 282.4) |
Copy-ready code
/* CSS */
color: #8f90df;
background-color: #8f90df;
/* Tailwind (arbitrary) */
class="text-[#8f90df] bg-[#8f90df]"
/* SCSS */
$brand: #8f90df;
/* SwiftUI */
Color(red: 0.561, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#8f90df")Accessibility — WCAG contrast
Aa
#8f90df on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f90df on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.5%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8f90df text on a black background
contrast 7.22:1
Card sample
#8f90df text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f90df;
Background color
Panel with #8f90df background
background-color: #8f90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f90df; background: linear-gradient(135deg, #8f90df, #C38FDF);