#7f71db
a light, vivid blue · warm · closest name: slateblue
RGB
127, 113, 219
HSL
248°, 60%, 65%
CMYK
42, 48, 0, 14
Luminance
0.2144
Every format
| HEX | #7f71db |
| RGB | rgb(127, 113, 219) |
| HSL | hsl(248, 60%, 65%) |
| CMYK | cmyk(42%, 48%, 0%, 14%) |
| LAB | lab(53.4 31.2 -52.7) |
| LCH | lch(53.4 61.2 300.7) |
| OKLCH | oklch(0.611 0.156 286.9) |
Copy-ready code
/* CSS */
color: #7f71db;
background-color: #7f71db;
/* Tailwind (arbitrary) */
class="text-[#7f71db] bg-[#7f71db]"
/* SCSS */
$brand: #7f71db;
/* SwiftUI */
Color(red: 0.498, green: 0.443, blue: 0.859)
/* Android */
Color.parseColor("#7f71db")Accessibility — WCAG contrast
Aa
#7f71db on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f71db on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green44.3%
Blue85.9%
CMYK percentages
Cyan42.0%
Magenta48.4%
Yellow0.0%
Key (black)14.1%
Color previews
#7f71db text on a black background
contrast 5.29:1
Card sample
#7f71db text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f71db;
Background color
Panel with #7f71db background
background-color: #7f71db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f71db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 113, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 113, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f71db; background: linear-gradient(135deg, #7f71db, #C671DB);