#7286fd
a light, electric blue · warm · closest name: royalblue
RGB
114, 134, 253
HSL
231°, 97%, 72%
CMYK
55, 47, 0, 1
Luminance
0.2772
Every format
| HEX | #7286fd |
| RGB | rgb(114, 134, 253) |
| HSL | hsl(231, 97%, 72%) |
| CMYK | cmyk(55%, 47%, 0%, 1%) |
| LAB | lab(59.6 26.1 -61.7) |
| LCH | lch(59.6 67.0 292.9) |
| OKLCH | oklch(0.662 0.176 273.5) |
Copy-ready code
/* CSS */
color: #7286fd;
background-color: #7286fd;
/* Tailwind (arbitrary) */
class="text-[#7286fd] bg-[#7286fd]"
/* SCSS */
$brand: #7286fd;
/* SwiftUI */
Color(red: 0.447, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#7286fd")Accessibility — WCAG contrast
Aa
#7286fd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7286fd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green52.5%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7286fd text on a black background
contrast 6.54:1
Card sample
#7286fd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7286fd;
Background color
Panel with #7286fd background
background-color: #7286fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7286fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7286fd; background: linear-gradient(135deg, #7286fd, #BB72FD);