#787cdf
a light, vivid blue · warm · closest name: royalblue
RGB
120, 124, 223
HSL
238°, 62%, 67%
CMYK
46, 44, 0, 13
Luminance
0.2374
Every format
| HEX | #787cdf |
| RGB | rgb(120, 124, 223) |
| HSL | hsl(238, 62%, 67%) |
| CMYK | cmyk(46%, 44%, 0%, 13%) |
| LAB | lab(55.8 24.2 -51.1) |
| LCH | lch(55.8 56.6 295.3) |
| OKLCH | oklch(0.628 0.147 279.5) |
Copy-ready code
/* CSS */
color: #787cdf;
background-color: #787cdf;
/* Tailwind (arbitrary) */
class="text-[#787cdf] bg-[#787cdf]"
/* SCSS */
$brand: #787cdf;
/* SwiftUI */
Color(red: 0.471, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#787cdf")Accessibility — WCAG contrast
Aa
#787cdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#787cdf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#787cdf text on a black background
contrast 5.75:1
Card sample
#787cdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #787cdf;
Background color
Panel with #787cdf background
background-color: #787cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #787cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #787cdf; background: linear-gradient(135deg, #787cdf, #B978DF);