#7e7fdf
a light, vivid blue · warm · closest name: royalblue
RGB
126, 127, 223
HSL
239°, 60%, 68%
CMYK
44, 43, 0, 13
Luminance
0.2494
Every format
| HEX | #7e7fdf |
| RGB | rgb(126, 127, 223) |
| HSL | hsl(239, 60%, 68%) |
| CMYK | cmyk(44%, 43%, 0%, 13%) |
| LAB | lab(57.0 23.8 -49.2) |
| LCH | lch(57.0 54.7 295.8) |
| OKLCH | oklch(0.639 0.142 281.2) |
Copy-ready code
/* CSS */
color: #7e7fdf;
background-color: #7e7fdf;
/* Tailwind (arbitrary) */
class="text-[#7e7fdf] bg-[#7e7fdf]"
/* SCSS */
$brand: #7e7fdf;
/* SwiftUI */
Color(red: 0.494, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#7e7fdf")Accessibility — WCAG contrast
Aa
#7e7fdf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e7fdf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green49.8%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#7e7fdf text on a black background
contrast 5.99:1
Card sample
#7e7fdf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e7fdf;
Background color
Panel with #7e7fdf background
background-color: #7e7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e7fdf; background: linear-gradient(135deg, #7e7fdf, #BE7EDF);