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