#7e8ade
a light, vivid blue · warm · closest name: dodgerblue
RGB
126, 138, 222
HSL
233°, 59%, 68%
CMYK
43, 38, 0, 13
Luminance
0.2789
Every format
| HEX | #7e8ade |
| RGB | rgb(126, 138, 222) |
| HSL | hsl(233, 59%, 68%) |
| CMYK | cmyk(43%, 38%, 0%, 13%) |
| LAB | lab(59.8 17.1 -44.3) |
| LCH | lch(59.8 47.4 291.1) |
| OKLCH | oklch(0.660 0.125 276.2) |
Copy-ready code
/* CSS */
color: #7e8ade;
background-color: #7e8ade;
/* Tailwind (arbitrary) */
class="text-[#7e8ade] bg-[#7e8ade]"
/* SCSS */
$brand: #7e8ade;
/* SwiftUI */
Color(red: 0.494, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#7e8ade")Accessibility — WCAG contrast
Aa
#7e8ade on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e8ade on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green54.1%
Blue87.1%
CMYK percentages
Cyan43.2%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#7e8ade text on a black background
contrast 6.58:1
Card sample
#7e8ade text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e8ade;
Background color
Panel with #7e8ade background
background-color: #7e8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e8ade; background: linear-gradient(135deg, #7e8ade, #B27EDE);