#7c8ddf
a light, vivid blue · warm · closest name: dodgerblue
RGB
124, 141, 223
HSL
230°, 61%, 68%
CMYK
44, 37, 0, 13
Luminance
0.2866
Every format
| HEX | #7c8ddf |
| RGB | rgb(124, 141, 223) |
| HSL | hsl(230, 61%, 68%) |
| CMYK | cmyk(44%, 37%, 0%, 13%) |
| LAB | lab(60.5 15.1 -43.7) |
| LCH | lch(60.5 46.3 289.0) |
| OKLCH | oklch(0.665 0.123 273.7) |
Copy-ready code
/* CSS */
color: #7c8ddf;
background-color: #7c8ddf;
/* Tailwind (arbitrary) */
class="text-[#7c8ddf] bg-[#7c8ddf]"
/* SCSS */
$brand: #7c8ddf;
/* SwiftUI */
Color(red: 0.486, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#7c8ddf")Accessibility — WCAG contrast
Aa
#7c8ddf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c8ddf on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green55.3%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7c8ddf text on a black background
contrast 6.73:1
Card sample
#7c8ddf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c8ddf;
Background color
Panel with #7c8ddf background
background-color: #7c8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c8ddf; background: linear-gradient(135deg, #7c8ddf, #AD7CDF);