#7c8cff
a light, electric blue · warm · closest name: royalblue
RGB
124, 140, 255
HSL
233°, 100%, 74%
CMYK
51, 45, 0, 0
Luminance
0.3026
Every format
| HEX | #7c8cff |
| RGB | rgb(124, 140, 255) |
| HSL | hsl(233, 100%, 74%) |
| CMYK | cmyk(51%, 45%, 0%, 0%) |
| LAB | lab(61.9 25.2 -59.2) |
| LCH | lch(61.9 64.3 293.1) |
| OKLCH | oklch(0.681 0.169 275.0) |
Copy-ready code
/* CSS */
color: #7c8cff;
background-color: #7c8cff;
/* Tailwind (arbitrary) */
class="text-[#7c8cff] bg-[#7c8cff]"
/* SCSS */
$brand: #7c8cff;
/* SwiftUI */
Color(red: 0.486, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#7c8cff")Accessibility — WCAG contrast
Aa
#7c8cff on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c8cff on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green54.9%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7c8cff text on a black background
contrast 7.05:1
Card sample
#7c8cff text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c8cff;
Background color
Panel with #7c8cff background
background-color: #7c8cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c8cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c8cff; background: linear-gradient(135deg, #7c8cff, #C37CFF);