#798cec
a light, electric blue · warm · closest name: dodgerblue
RGB
121, 140, 236
HSL
230°, 75%, 70%
CMYK
49, 41, 0, 8
Luminance
0.2888
Every format
| HEX | #798cec |
| RGB | rgb(121, 140, 236) |
| HSL | hsl(230, 75%, 70%) |
| CMYK | cmyk(49%, 41%, 0%, 8%) |
| LAB | lab(60.7 18.8 -50.7) |
| LCH | lch(60.7 54.0 290.4) |
| OKLCH | oklch(0.668 0.144 273.5) |
Copy-ready code
/* CSS */
color: #798cec;
background-color: #798cec;
/* Tailwind (arbitrary) */
class="text-[#798cec] bg-[#798cec]"
/* SCSS */
$brand: #798cec;
/* SwiftUI */
Color(red: 0.475, green: 0.549, blue: 0.925)
/* Android */
Color.parseColor("#798cec")Accessibility — WCAG contrast
Aa
#798cec on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798cec on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green54.9%
Blue92.5%
CMYK percentages
Cyan48.7%
Magenta40.7%
Yellow0.0%
Key (black)7.5%
Color previews
#798cec text on a black background
contrast 6.78:1
Card sample
#798cec text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798cec;
Background color
Panel with #798cec background
background-color: #798cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 140, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 140, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798cec; background: linear-gradient(135deg, #798cec, #B379EC);