#8096ff
a light, electric blue · warm · closest name: dodgerblue
RGB
128, 150, 255
HSL
230°, 100%, 75%
CMYK
50, 41, 0, 0
Luminance
0.3362
Every format
| HEX | #8096ff |
| RGB | rgb(128, 150, 255) |
| HSL | hsl(230, 100%, 75%) |
| CMYK | cmyk(50%, 41%, 0%, 0%) |
| LAB | lab(64.7 20.2 -54.7) |
| LCH | lch(64.7 58.4 290.3) |
| OKLCH | oklch(0.703 0.155 272.9) |
Copy-ready code
/* CSS */
color: #8096ff;
background-color: #8096ff;
/* Tailwind (arbitrary) */
class="text-[#8096ff] bg-[#8096ff]"
/* SCSS */
$brand: #8096ff;
/* SwiftUI */
Color(red: 0.502, green: 0.588, blue: 1.000)
/* Android */
Color.parseColor("#8096ff")Accessibility — WCAG contrast
Aa
#8096ff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8096ff on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green58.8%
Blue100.0%
CMYK percentages
Cyan49.8%
Magenta41.2%
Yellow0.0%
Key (black)0.0%
Color previews
#8096ff text on a black background
contrast 7.72:1
Card sample
#8096ff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8096ff;
Background color
Panel with #8096ff background
background-color: #8096ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8096ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 150, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 150, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8096ff; background: linear-gradient(135deg, #8096ff, #BF80FF);