#7c89df
a light, vivid blue · warm · closest name: dodgerblue
RGB
124, 137, 223
HSL
232°, 61%, 68%
CMYK
44, 39, 0, 13
Luminance
0.2750
Every format
| HEX | #7c89df |
| RGB | rgb(124, 137, 223) |
| HSL | hsl(232, 61%, 68%) |
| CMYK | cmyk(44%, 39%, 0%, 13%) |
| LAB | lab(59.4 17.4 -45.4) |
| LCH | lch(59.4 48.6 291.0) |
| OKLCH | oklch(0.657 0.129 275.8) |
Copy-ready code
/* CSS */
color: #7c89df;
background-color: #7c89df;
/* Tailwind (arbitrary) */
class="text-[#7c89df] bg-[#7c89df]"
/* SCSS */
$brand: #7c89df;
/* SwiftUI */
Color(red: 0.486, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#7c89df")Accessibility — WCAG contrast
Aa
#7c89df on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c89df on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green53.7%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7c89df text on a black background
contrast 6.50:1
Card sample
#7c89df text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c89df;
Background color
Panel with #7c89df background
background-color: #7c89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c89df; background: linear-gradient(135deg, #7c89df, #B17CDF);