#8285cf
a light, soft blue · warm · closest name: steelblue
RGB
130, 133, 207
HSL
238°, 45%, 66%
CMYK
37, 36, 0, 19
Luminance
0.2603
Every format
| HEX | #8285cf |
| RGB | rgb(130, 133, 207) |
| HSL | hsl(238, 45%, 66%) |
| CMYK | cmyk(37%, 36%, 0%, 19%) |
| LAB | lab(58.1 16.8 -38.5) |
| LCH | lch(58.1 42.0 293.6) |
| OKLCH | oklch(0.645 0.110 281.1) |
Copy-ready code
/* CSS */
color: #8285cf;
background-color: #8285cf;
/* Tailwind (arbitrary) */
class="text-[#8285cf] bg-[#8285cf]"
/* SCSS */
$brand: #8285cf;
/* SwiftUI */
Color(red: 0.510, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#8285cf")Accessibility — WCAG contrast
Aa
#8285cf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8285cf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green52.2%
Blue81.2%
CMYK percentages
Cyan37.2%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#8285cf text on a black background
contrast 6.21:1
Card sample
#8285cf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8285cf;
Background color
Panel with #8285cf background
background-color: #8285cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8285cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8285cf; background: linear-gradient(135deg, #8285cf, #B282CF);