#7086fc
a light, electric blue · warm · closest name: royalblue
RGB
112, 134, 252
HSL
231°, 96%, 71%
CMYK
56, 47, 0, 1
Luminance
0.2752
Every format
| HEX | #7086fc |
| RGB | rgb(112, 134, 252) |
| HSL | hsl(231, 96%, 71%) |
| CMYK | cmyk(56%, 47%, 0%, 1%) |
| LAB | lab(59.5 25.4 -61.5) |
| LCH | lch(59.5 66.5 292.4) |
| OKLCH | oklch(0.660 0.175 272.8) |
Copy-ready code
/* CSS */
color: #7086fc;
background-color: #7086fc;
/* Tailwind (arbitrary) */
class="text-[#7086fc] bg-[#7086fc]"
/* SCSS */
$brand: #7086fc;
/* SwiftUI */
Color(red: 0.439, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#7086fc")Accessibility — WCAG contrast
Aa
#7086fc on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7086fc on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan55.6%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#7086fc text on a black background
contrast 6.50:1
Card sample
#7086fc text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7086fc;
Background color
Panel with #7086fc background
background-color: #7086fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7086fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7086fc; background: linear-gradient(135deg, #7086fc, #B770FC);