#788ee8
a light, vivid blue · warm · closest name: dodgerblue
RGB
120, 142, 232
HSL
228°, 71%, 69%
CMYK
48, 39, 0, 9
Luminance
0.2917
Every format
| HEX | #788ee8 |
| RGB | rgb(120, 142, 232) |
| HSL | hsl(228, 71%, 69%) |
| CMYK | cmyk(48%, 39%, 0%, 9%) |
| LAB | lab(60.9 16.2 -48.0) |
| LCH | lch(60.9 50.7 288.6) |
| OKLCH | oklch(0.669 0.136 271.9) |
Copy-ready code
/* CSS */
color: #788ee8;
background-color: #788ee8;
/* Tailwind (arbitrary) */
class="text-[#788ee8] bg-[#788ee8]"
/* SCSS */
$brand: #788ee8;
/* SwiftUI */
Color(red: 0.471, green: 0.557, blue: 0.910)
/* Android */
Color.parseColor("#788ee8")Accessibility — WCAG contrast
Aa
#788ee8 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788ee8 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green55.7%
Blue91.0%
CMYK percentages
Cyan48.3%
Magenta38.8%
Yellow0.0%
Key (black)9.0%
Color previews
#788ee8 text on a black background
contrast 6.83:1
Card sample
#788ee8 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788ee8;
Background color
Panel with #788ee8 background
background-color: #788ee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788ee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 142, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 142, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788ee8; background: linear-gradient(135deg, #788ee8, #AD78E8);