#7f7ffc
a light, electric blue · warm · closest name: royalblue
RGB
127, 127, 252
HSL
240°, 95%, 74%
CMYK
50, 50, 0, 1
Luminance
0.2672
Every format
| HEX | #7f7ffc |
| RGB | rgb(127, 127, 252) |
| HSL | hsl(240, 95%, 74%) |
| CMYK | cmyk(50%, 50%, 0%, 1%) |
| LAB | lab(58.7 32.6 -62.6) |
| LCH | lch(58.7 70.6 297.5) |
| OKLCH | oklch(0.657 0.181 280.2) |
Copy-ready code
/* CSS */
color: #7f7ffc;
background-color: #7f7ffc;
/* Tailwind (arbitrary) */
class="text-[#7f7ffc] bg-[#7f7ffc]"
/* SCSS */
$brand: #7f7ffc;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#7f7ffc")Accessibility — WCAG contrast
Aa
#7f7ffc on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7ffc on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue98.8%
CMYK percentages
Cyan49.6%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#7f7ffc text on a black background
contrast 6.34:1
Card sample
#7f7ffc text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7ffc;
Background color
Panel with #7f7ffc background
background-color: #7f7ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7ffc; background: linear-gradient(135deg, #7f7ffc, #D27FFC);