#7f7ce9
a light, vivid blue · warm · closest name: royalblue
RGB
127, 124, 233
HSL
242°, 71%, 70%
CMYK
46, 47, 0, 9
Luminance
0.2481
Every format
| HEX | #7f7ce9 |
| RGB | rgb(127, 124, 233) |
| HSL | hsl(242, 71%, 70%) |
| CMYK | cmyk(46%, 47%, 0%, 9%) |
| LAB | lab(56.9 28.8 -55.0) |
| LCH | lch(56.9 62.0 297.6) |
| OKLCH | oklch(0.640 0.160 282.1) |
Copy-ready code
/* CSS */
color: #7f7ce9;
background-color: #7f7ce9;
/* Tailwind (arbitrary) */
class="text-[#7f7ce9] bg-[#7f7ce9]"
/* SCSS */
$brand: #7f7ce9;
/* SwiftUI */
Color(red: 0.498, green: 0.486, blue: 0.914)
/* Android */
Color.parseColor("#7f7ce9")Accessibility — WCAG contrast
Aa
#7f7ce9 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7ce9 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green48.6%
Blue91.4%
CMYK percentages
Cyan45.5%
Magenta46.8%
Yellow0.0%
Key (black)8.6%
Color previews
#7f7ce9 text on a black background
contrast 5.96:1
Card sample
#7f7ce9 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7ce9;
Background color
Panel with #7f7ce9 background
background-color: #7f7ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 124, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 124, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7ce9; background: linear-gradient(135deg, #7f7ce9, #C87CE9);