#8680cf
a light, vivid blue · warm · closest name: dodgerblue
RGB
134, 128, 207
HSL
245°, 45%, 66%
CMYK
35, 38, 0, 19
Luminance
0.2501
Every format
| HEX | #8680cf |
| RGB | rgb(134, 128, 207) |
| HSL | hsl(245, 45%, 66%) |
| CMYK | cmyk(35%, 38%, 0%, 19%) |
| LAB | lab(57.1 20.9 -40.0) |
| LCH | lch(57.1 45.1 297.5) |
| OKLCH | oklch(0.638 0.117 286.1) |
Copy-ready code
/* CSS */
color: #8680cf;
background-color: #8680cf;
/* Tailwind (arbitrary) */
class="text-[#8680cf] bg-[#8680cf]"
/* SCSS */
$brand: #8680cf;
/* SwiftUI */
Color(red: 0.525, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#8680cf")Accessibility — WCAG contrast
Aa
#8680cf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8680cf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green50.2%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#8680cf text on a black background
contrast 6.00:1
Card sample
#8680cf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8680cf;
Background color
Panel with #8680cf background
background-color: #8680cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8680cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8680cf; background: linear-gradient(135deg, #8680cf, #BB80CF);