#8681af
a balanced, soft blue · warm · closest name: steelblue
RGB
134, 129, 175
HSL
247°, 22%, 60%
CMYK
23, 26, 0, 31
Luminance
0.2386
Every format
| HEX | #8681af |
| RGB | rgb(134, 129, 175) |
| HSL | hsl(247, 22%, 60%) |
| CMYK | cmyk(23%, 26%, 0%, 31%) |
| LAB | lab(56.0 12.0 -23.6) |
| LCH | lch(56.0 26.5 297.0) |
| OKLCH | oklch(0.625 0.069 289.2) |
Copy-ready code
/* CSS */
color: #8681af;
background-color: #8681af;
/* Tailwind (arbitrary) */
class="text-[#8681af] bg-[#8681af]"
/* SCSS */
$brand: #8681af;
/* SwiftUI */
Color(red: 0.525, green: 0.506, blue: 0.686)
/* Android */
Color.parseColor("#8681af")Accessibility — WCAG contrast
Aa
#8681af on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8681af on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green50.6%
Blue68.6%
CMYK percentages
Cyan23.4%
Magenta26.3%
Yellow0.0%
Key (black)31.4%
Color previews
#8681af text on a black background
contrast 5.77:1
Card sample
#8681af text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8681af;
Background color
Panel with #8681af background
background-color: #8681af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8681af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 129, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 129, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8681af; background: linear-gradient(135deg, #8681af, #A581AF);