#8097df
a light, vivid blue · warm · closest name: steelblue
RGB
128, 151, 223
HSL
226°, 60%, 69%
CMYK
43, 32, 0, 13
Luminance
0.3205
Every format
| HEX | #8097df |
| RGB | rgb(128, 151, 223) |
| HSL | hsl(226, 60%, 69%) |
| CMYK | cmyk(43%, 32%, 0%, 13%) |
| LAB | lab(63.4 10.3 -39.2) |
| LCH | lch(63.4 40.5 284.7) |
| OKLCH | oklch(0.688 0.110 269.8) |
Copy-ready code
/* CSS */
color: #8097df;
background-color: #8097df;
/* Tailwind (arbitrary) */
class="text-[#8097df] bg-[#8097df]"
/* SCSS */
$brand: #8097df;
/* SwiftUI */
Color(red: 0.502, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#8097df")Accessibility — WCAG contrast
Aa
#8097df on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8097df on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green59.2%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8097df text on a black background
contrast 7.41:1
Card sample
#8097df text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8097df;
Background color
Panel with #8097df background
background-color: #8097df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8097df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8097df; background: linear-gradient(135deg, #8097df, #A880DF);