#7f7fdc
a light, vivid blue · warm · closest name: slateblue
RGB
127, 127, 220
HSL
240°, 57%, 68%
CMYK
42, 42, 0, 14
Luminance
0.2486
Every format
| HEX | #7f7fdc |
| RGB | rgb(127, 127, 220) |
| HSL | hsl(240, 57%, 68%) |
| CMYK | cmyk(42%, 42%, 0%, 14%) |
| LAB | lab(56.9 23.2 -47.6) |
| LCH | lch(56.9 53.0 296.0) |
| OKLCH | oklch(0.638 0.137 281.8) |
Copy-ready code
/* CSS */
color: #7f7fdc;
background-color: #7f7fdc;
/* Tailwind (arbitrary) */
class="text-[#7f7fdc] bg-[#7f7fdc]"
/* SCSS */
$brand: #7f7fdc;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#7f7fdc")Accessibility — WCAG contrast
Aa
#7f7fdc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7fdc on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue86.3%
CMYK percentages
Cyan42.3%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#7f7fdc text on a black background
contrast 5.97:1
Card sample
#7f7fdc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7fdc;
Background color
Panel with #7f7fdc background
background-color: #7f7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7fdc; background: linear-gradient(135deg, #7f7fdc, #BD7FDC);