#7c84df
a light, vivid blue · warm · closest name: dodgerblue
RGB
124, 132, 223
HSL
235°, 61%, 68%
CMYK
44, 41, 0, 13
Luminance
0.2612
Every format
| HEX | #7c84df |
| RGB | rgb(124, 132, 223) |
| HSL | hsl(235, 61%, 68%) |
| CMYK | cmyk(44%, 41%, 0%, 13%) |
| LAB | lab(58.1 20.4 -47.4) |
| LCH | lch(58.1 51.6 293.3) |
| OKLCH | oklch(0.647 0.135 278.1) |
Copy-ready code
/* CSS */
color: #7c84df;
background-color: #7c84df;
/* Tailwind (arbitrary) */
class="text-[#7c84df] bg-[#7c84df]"
/* SCSS */
$brand: #7c84df;
/* SwiftUI */
Color(red: 0.486, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#7c84df")Accessibility — WCAG contrast
Aa
#7c84df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c84df on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green51.8%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7c84df text on a black background
contrast 6.22:1
Card sample
#7c84df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c84df;
Background color
Panel with #7c84df background
background-color: #7c84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c84df; background: linear-gradient(135deg, #7c84df, #B67CDF);