#8296df
a light, vivid blue · warm · closest name: steelblue
RGB
130, 150, 223
HSL
227°, 59%, 69%
CMYK
42, 33, 0, 13
Luminance
0.3189
Every format
| HEX | #8296df |
| RGB | rgb(130, 150, 223) |
| HSL | hsl(227, 59%, 69%) |
| CMYK | cmyk(42%, 33%, 0%, 13%) |
| LAB | lab(63.3 11.3 -39.4) |
| LCH | lch(63.3 41.0 286.1) |
| OKLCH | oklch(0.687 0.110 271.6) |
Copy-ready code
/* CSS */
color: #8296df;
background-color: #8296df;
/* Tailwind (arbitrary) */
class="text-[#8296df] bg-[#8296df]"
/* SCSS */
$brand: #8296df;
/* SwiftUI */
Color(red: 0.510, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#8296df")Accessibility — WCAG contrast
Aa
#8296df on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8296df on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green58.8%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8296df text on a black background
contrast 7.38:1
Card sample
#8296df text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8296df;
Background color
Panel with #8296df background
background-color: #8296df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8296df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8296df; background: linear-gradient(135deg, #8296df, #AC82DF);