#7f85fd
a light, electric blue · warm · closest name: royalblue
RGB
127, 133, 253
HSL
237°, 97%, 75%
CMYK
50, 47, 0, 1
Luminance
0.2838
Every format
| HEX | #7f85fd |
| RGB | rgb(127, 133, 253) |
| HSL | hsl(237, 97%, 75%) |
| CMYK | cmyk(50%, 47%, 0%, 1%) |
| LAB | lab(60.2 29.4 -60.7) |
| LCH | lch(60.2 67.4 295.8) |
| OKLCH | oklch(0.668 0.175 278.4) |
Copy-ready code
/* CSS */
color: #7f85fd;
background-color: #7f85fd;
/* Tailwind (arbitrary) */
class="text-[#7f85fd] bg-[#7f85fd]"
/* SCSS */
$brand: #7f85fd;
/* SwiftUI */
Color(red: 0.498, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#7f85fd")Accessibility — WCAG contrast
Aa
#7f85fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f85fd on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green52.2%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta47.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7f85fd text on a black background
contrast 6.68:1
Card sample
#7f85fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f85fd;
Background color
Panel with #7f85fd background
background-color: #7f85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f85fd; background: linear-gradient(135deg, #7f85fd, #CD7FFD);