#8288cf
a light, soft blue · warm · closest name: steelblue
RGB
130, 136, 207
HSL
235°, 45%, 66%
CMYK
37, 34, 0, 19
Luminance
0.2686
Every format
| HEX | #8288cf |
| RGB | rgb(130, 136, 207) |
| HSL | hsl(235, 45%, 66%) |
| CMYK | cmyk(37%, 34%, 0%, 19%) |
| LAB | lab(58.8 15.1 -37.3) |
| LCH | lch(58.8 40.2 292.0) |
| OKLCH | oklch(0.651 0.106 279.3) |
Copy-ready code
/* CSS */
color: #8288cf;
background-color: #8288cf;
/* Tailwind (arbitrary) */
class="text-[#8288cf] bg-[#8288cf]"
/* SCSS */
$brand: #8288cf;
/* SwiftUI */
Color(red: 0.510, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#8288cf")Accessibility — WCAG contrast
Aa
#8288cf on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8288cf on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green53.3%
Blue81.2%
CMYK percentages
Cyan37.2%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#8288cf text on a black background
contrast 6.37:1
Card sample
#8288cf text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8288cf;
Background color
Panel with #8288cf background
background-color: #8288cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8288cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8288cf; background: linear-gradient(135deg, #8288cf, #AF82CF);