#7f7fe6
a light, vivid blue · warm · closest name: royalblue
RGB
127, 127, 230
HSL
240°, 67%, 70%
CMYK
45, 45, 0, 10
Luminance
0.2540
Every format
| HEX | #7f7fe6 |
| RGB | rgb(127, 127, 230) |
| HSL | hsl(240, 67%, 70%) |
| CMYK | cmyk(45%, 45%, 0%, 10%) |
| LAB | lab(57.5 26.1 -52.4) |
| LCH | lch(57.5 58.5 296.5) |
| OKLCH | oklch(0.643 0.151 281.3) |
Copy-ready code
/* CSS */
color: #7f7fe6;
background-color: #7f7fe6;
/* Tailwind (arbitrary) */
class="text-[#7f7fe6] bg-[#7f7fe6]"
/* SCSS */
$brand: #7f7fe6;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.902)
/* Android */
Color.parseColor("#7f7fe6")Accessibility — WCAG contrast
Aa
#7f7fe6 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7fe6 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue90.2%
CMYK percentages
Cyan44.8%
Magenta44.8%
Yellow0.0%
Key (black)9.8%
Color previews
#7f7fe6 text on a black background
contrast 6.08:1
Card sample
#7f7fe6 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7fe6;
Background color
Panel with #7f7fe6 background
background-color: #7f7fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7fe6; background: linear-gradient(135deg, #7f7fe6, #C47FE6);