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