#8992ff
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 146, 255
HSL
235°, 100%, 77%
CMYK
46, 43, 0, 0
Luminance
0.3310
Every format
| HEX | #8992ff |
| RGB | rgb(137, 146, 255) |
| HSL | hsl(235, 100%, 77%) |
| CMYK | cmyk(46%, 43%, 0%, 0%) |
| LAB | lab(64.2 24.6 -55.4) |
| LCH | lch(64.2 60.6 293.9) |
| OKLCH | oklch(0.701 0.158 277.9) |
Copy-ready code
/* CSS */
color: #8992ff;
background-color: #8992ff;
/* Tailwind (arbitrary) */
class="text-[#8992ff] bg-[#8992ff]"
/* SCSS */
$brand: #8992ff;
/* SwiftUI */
Color(red: 0.537, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#8992ff")Accessibility — WCAG contrast
Aa
#8992ff on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8992ff on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.3%
Blue100.0%
CMYK percentages
Cyan46.3%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#8992ff text on a black background
contrast 7.62:1
Card sample
#8992ff text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8992ff;
Background color
Panel with #8992ff background
background-color: #8992ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8992ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8992ff; background: linear-gradient(135deg, #8992ff, #CF89FF);