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