#767dfd
a light, electric blue · warm · closest name: royalblue
RGB
118, 125, 253
HSL
237°, 97%, 73%
CMYK
53, 51, 0, 1
Luminance
0.2561
Every format
| HEX | #767dfd |
| RGB | rgb(118, 125, 253) |
| HSL | hsl(237, 97%, 73%) |
| CMYK | cmyk(53%, 51%, 0%, 1%) |
| LAB | lab(57.7 32.2 -64.9) |
| LCH | lch(57.7 72.4 296.4) |
| OKLCH | oklch(0.648 0.187 277.5) |
Copy-ready code
/* CSS */
color: #767dfd;
background-color: #767dfd;
/* Tailwind (arbitrary) */
class="text-[#767dfd] bg-[#767dfd]"
/* SCSS */
$brand: #767dfd;
/* SwiftUI */
Color(red: 0.463, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#767dfd")Accessibility — WCAG contrast
Aa
#767dfd on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#767dfd on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green49.0%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#767dfd text on a black background
contrast 6.12:1
Card sample
#767dfd text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767dfd;
Background color
Panel with #767dfd background
background-color: #767dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767dfd; background: linear-gradient(135deg, #767dfd, #C976FD);