#7f7ccc
a balanced, soft blue · warm · closest name: slateblue
RGB
127, 124, 204
HSL
242°, 44%, 64%
CMYK
38, 39, 0, 20
Luminance
0.2329
Every format
| HEX | #7f7ccc |
| RGB | rgb(127, 124, 204) |
| HSL | hsl(242, 44%, 64%) |
| CMYK | cmyk(38%, 39%, 0%, 20%) |
| LAB | lab(55.4 20.5 -41.1) |
| LCH | lch(55.4 45.9 296.5) |
| OKLCH | oklch(0.623 0.119 284.1) |
Copy-ready code
/* CSS */
color: #7f7ccc;
background-color: #7f7ccc;
/* Tailwind (arbitrary) */
class="text-[#7f7ccc] bg-[#7f7ccc]"
/* SCSS */
$brand: #7f7ccc;
/* SwiftUI */
Color(red: 0.498, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#7f7ccc")Accessibility — WCAG contrast
Aa
#7f7ccc on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7ccc on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green48.6%
Blue80.0%
CMYK percentages
Cyan37.7%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#7f7ccc text on a black background
contrast 5.66:1
Card sample
#7f7ccc text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7ccc;
Background color
Panel with #7f7ccc background
background-color: #7f7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7ccc; background: linear-gradient(135deg, #7f7ccc, #B47CCC);