#8288cd
a light, soft blue · warm · closest name: steelblue
RGB
130, 136, 205
HSL
235°, 43%, 66%
CMYK
37, 34, 0, 20
Luminance
0.2676
Every format
| HEX | #8288cd |
| RGB | rgb(130, 136, 205) |
| HSL | hsl(235, 43%, 66%) |
| CMYK | cmyk(37%, 34%, 0%, 20%) |
| LAB | lab(58.8 14.5 -36.3) |
| LCH | lch(58.8 39.1 291.8) |
| OKLCH | oklch(0.650 0.103 279.3) |
Copy-ready code
/* CSS */
color: #8288cd;
background-color: #8288cd;
/* Tailwind (arbitrary) */
class="text-[#8288cd] bg-[#8288cd]"
/* SCSS */
$brand: #8288cd;
/* SwiftUI */
Color(red: 0.510, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#8288cd")Accessibility — WCAG contrast
Aa
#8288cd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8288cd on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green53.3%
Blue80.4%
CMYK percentages
Cyan36.6%
Magenta33.7%
Yellow0.0%
Key (black)19.6%
Color previews
#8288cd text on a black background
contrast 6.35:1
Card sample
#8288cd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8288cd;
Background color
Panel with #8288cd background
background-color: #8288cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8288cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8288cd; background: linear-gradient(135deg, #8288cd, #AE82CD);