#707eee
a light, electric blue · warm · closest name: royalblue
RGB
112, 126, 238
HSL
233°, 79%, 69%
CMYK
53, 47, 0, 7
Luminance
0.2454
Every format
| HEX | #707eee |
| RGB | rgb(112, 126, 238) |
| HSL | hsl(233, 79%, 69%) |
| CMYK | cmyk(53%, 47%, 0%, 7%) |
| LAB | lab(56.6 25.8 -58.3) |
| LCH | lch(56.6 63.7 293.9) |
| OKLCH | oklch(0.636 0.167 275.3) |
Copy-ready code
/* CSS */
color: #707eee;
background-color: #707eee;
/* Tailwind (arbitrary) */
class="text-[#707eee] bg-[#707eee]"
/* SCSS */
$brand: #707eee;
/* SwiftUI */
Color(red: 0.439, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#707eee")Accessibility — WCAG contrast
Aa
#707eee on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707eee on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green49.4%
Blue93.3%
CMYK percentages
Cyan52.9%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#707eee text on a black background
contrast 5.91:1
Card sample
#707eee text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707eee;
Background color
Panel with #707eee background
background-color: #707eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707eee; background: linear-gradient(135deg, #707eee, #B670EE);