#7f7afb
a light, electric blue · warm · closest name: royalblue
RGB
127, 122, 251
HSL
242°, 94%, 73%
CMYK
49, 51, 0, 2
Luminance
0.2540
Every format
| HEX | #7f7afb |
| RGB | rgb(127, 122, 251) |
| HSL | hsl(242, 94%, 73%) |
| CMYK | cmyk(49%, 51%, 0%, 2%) |
| LAB | lab(57.5 35.2 -64.1) |
| LCH | lch(57.5 73.1 298.8) |
| OKLCH | oklch(0.647 0.186 281.6) |
Copy-ready code
/* CSS */
color: #7f7afb;
background-color: #7f7afb;
/* Tailwind (arbitrary) */
class="text-[#7f7afb] bg-[#7f7afb]"
/* SCSS */
$brand: #7f7afb;
/* SwiftUI */
Color(red: 0.498, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#7f7afb")Accessibility — WCAG contrast
Aa
#7f7afb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7afb on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green47.8%
Blue98.4%
CMYK percentages
Cyan49.4%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#7f7afb text on a black background
contrast 6.08:1
Card sample
#7f7afb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7afb;
Background color
Panel with #7f7afb background
background-color: #7f7afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7afb; background: linear-gradient(135deg, #7f7afb, #D57AFB);