#7d86fc
a light, electric blue · warm · closest name: royalblue
RGB
125, 134, 252
HSL
236°, 96%, 74%
CMYK
50, 47, 0, 1
Luminance
0.2844
Every format
| HEX | #7d86fc |
| RGB | rgb(125, 134, 252) |
| HSL | hsl(236, 96%, 74%) |
| CMYK | cmyk(50%, 47%, 0%, 1%) |
| LAB | lab(60.3 28.0 -60.1) |
| LCH | lch(60.3 66.3 295.0) |
| OKLCH | oklch(0.668 0.172 277.4) |
Copy-ready code
/* CSS */
color: #7d86fc;
background-color: #7d86fc;
/* Tailwind (arbitrary) */
class="text-[#7d86fc] bg-[#7d86fc]"
/* SCSS */
$brand: #7d86fc;
/* SwiftUI */
Color(red: 0.490, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#7d86fc")Accessibility — WCAG contrast
Aa
#7d86fc on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7d86fc on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green52.5%
Blue98.8%
CMYK percentages
Cyan50.4%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#7d86fc text on a black background
contrast 6.69:1
Card sample
#7d86fc text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d86fc;
Background color
Panel with #7d86fc background
background-color: #7d86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d86fc; background: linear-gradient(135deg, #7d86fc, #C97DFC);