#7f7fef
a light, electric blue · warm · closest name: royalblue
RGB
127, 127, 239
HSL
240°, 78%, 72%
CMYK
47, 47, 0, 6
Luminance
0.2592
Every format
| HEX | #7f7fef |
| RGB | rgb(127, 127, 239) |
| HSL | hsl(240, 78%, 72%) |
| CMYK | cmyk(47%, 47%, 0%, 6%) |
| LAB | lab(58.0 28.7 -56.6) |
| LCH | lch(58.0 63.5 296.9) |
| OKLCH | oklch(0.649 0.164 280.8) |
Copy-ready code
/* CSS */
color: #7f7fef;
background-color: #7f7fef;
/* Tailwind (arbitrary) */
class="text-[#7f7fef] bg-[#7f7fef]"
/* SCSS */
$brand: #7f7fef;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#7f7fef")Accessibility — WCAG contrast
Aa
#7f7fef on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7fef on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue93.7%
CMYK percentages
Cyan46.9%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#7f7fef text on a black background
contrast 6.18:1
Card sample
#7f7fef text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7fef;
Background color
Panel with #7f7fef background
background-color: #7f7fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7fef; background: linear-gradient(135deg, #7f7fef, #CA7FEF);