#8992eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
137, 146, 235
HSL
235°, 71%, 73%
CMYK
42, 38, 0, 8
Luminance
0.3187
Every format
| HEX | #8992eb |
| RGB | rgb(137, 146, 235) |
| HSL | hsl(235, 71%, 73%) |
| CMYK | cmyk(42%, 38%, 0%, 8%) |
| LAB | lab(63.2 18.8 -46.0) |
| LCH | lch(63.2 49.7 292.3) |
| OKLCH | oklch(0.690 0.131 278.0) |
Copy-ready code
/* CSS */
color: #8992eb;
background-color: #8992eb;
/* Tailwind (arbitrary) */
class="text-[#8992eb] bg-[#8992eb]"
/* SCSS */
$brand: #8992eb;
/* SwiftUI */
Color(red: 0.537, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#8992eb")Accessibility — WCAG contrast
Aa
#8992eb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8992eb on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.3%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#8992eb text on a black background
contrast 7.37:1
Card sample
#8992eb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8992eb;
Background color
Panel with #8992eb background
background-color: #8992eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8992eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8992eb; background: linear-gradient(135deg, #8992eb, #C189EB);