#767ef1
a light, electric blue · warm · closest name: royalblue
RGB
118, 126, 241
HSL
236°, 82%, 70%
CMYK
51, 48, 0, 6
Luminance
0.2512
Every format
| HEX | #767ef1 |
| RGB | rgb(118, 126, 241) |
| HSL | hsl(236, 82%, 70%) |
| CMYK | cmyk(51%, 48%, 0%, 6%) |
| LAB | lab(57.2 28.0 -59.0) |
| LCH | lch(57.2 65.3 295.4) |
| OKLCH | oklch(0.642 0.169 277.5) |
Copy-ready code
/* CSS */
color: #767ef1;
background-color: #767ef1;
/* Tailwind (arbitrary) */
class="text-[#767ef1] bg-[#767ef1]"
/* SCSS */
$brand: #767ef1;
/* SwiftUI */
Color(red: 0.463, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#767ef1")Accessibility — WCAG contrast
Aa
#767ef1 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#767ef1 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green49.4%
Blue94.5%
CMYK percentages
Cyan51.0%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#767ef1 text on a black background
contrast 6.02:1
Card sample
#767ef1 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767ef1;
Background color
Panel with #767ef1 background
background-color: #767ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767ef1; background: linear-gradient(135deg, #767ef1, #C076F1);