#7c7bdf
a light, vivid blue · warm · closest name: slateblue
RGB
124, 123, 223
HSL
241°, 61%, 68%
CMYK
44, 45, 0, 13
Luminance
0.2378
Every format
| HEX | #7c7bdf |
| RGB | rgb(124, 123, 223) |
| HSL | hsl(241, 61%, 68%) |
| CMYK | cmyk(44%, 45%, 0%, 13%) |
| LAB | lab(55.9 25.7 -51.0) |
| LCH | lch(55.9 57.1 296.7) |
| OKLCH | oklch(0.630 0.148 281.7) |
Copy-ready code
/* CSS */
color: #7c7bdf;
background-color: #7c7bdf;
/* Tailwind (arbitrary) */
class="text-[#7c7bdf] bg-[#7c7bdf]"
/* SCSS */
$brand: #7c7bdf;
/* SwiftUI */
Color(red: 0.486, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#7c7bdf")Accessibility — WCAG contrast
Aa
#7c7bdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7bdf on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green48.2%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7c7bdf text on a black background
contrast 5.76:1
Card sample
#7c7bdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7bdf;
Background color
Panel with #7c7bdf background
background-color: #7c7bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7bdf; background: linear-gradient(135deg, #7c7bdf, #BF7BDF);