#8680cd
a light, soft blue · warm · closest name: steelblue
RGB
134, 128, 205
HSL
245°, 44%, 65%
CMYK
35, 38, 0, 20
Luminance
0.2491
Every format
| HEX | #8680cd |
| RGB | rgb(134, 128, 205) |
| HSL | hsl(245, 44%, 65%) |
| CMYK | cmyk(35%, 38%, 0%, 20%) |
| LAB | lab(57.0 20.3 -39.1) |
| LCH | lch(57.0 44.0 297.5) |
| OKLCH | oklch(0.637 0.114 286.2) |
Copy-ready code
/* CSS */
color: #8680cd;
background-color: #8680cd;
/* Tailwind (arbitrary) */
class="text-[#8680cd] bg-[#8680cd]"
/* SCSS */
$brand: #8680cd;
/* SwiftUI */
Color(red: 0.525, green: 0.502, blue: 0.804)
/* Android */
Color.parseColor("#8680cd")Accessibility — WCAG contrast
Aa
#8680cd on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8680cd on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green50.2%
Blue80.4%
CMYK percentages
Cyan34.6%
Magenta37.6%
Yellow0.0%
Key (black)19.6%
Color previews
#8680cd text on a black background
contrast 5.98:1
Card sample
#8680cd text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8680cd;
Background color
Panel with #8680cd background
background-color: #8680cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8680cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 128, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 128, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8680cd; background: linear-gradient(135deg, #8680cd, #B980CD);