#869eee
a light, electric blue · warm · closest name: dodgerblue
RGB
134, 158, 238
HSL
226°, 75%, 73%
CMYK
44, 34, 0, 7
Luminance
0.3570
Every format
| HEX | #869eee |
| RGB | rgb(134, 158, 238) |
| HSL | hsl(226, 75%, 73%) |
| CMYK | cmyk(44%, 34%, 0%, 7%) |
| LAB | lab(66.3 12.0 -42.9) |
| LCH | lch(66.3 44.5 285.6) |
| OKLCH | oklch(0.714 0.120 270.4) |
Copy-ready code
/* CSS */
color: #869eee;
background-color: #869eee;
/* Tailwind (arbitrary) */
class="text-[#869eee] bg-[#869eee]"
/* SCSS */
$brand: #869eee;
/* SwiftUI */
Color(red: 0.525, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#869eee")Accessibility — WCAG contrast
Aa
#869eee on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#869eee on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green62.0%
Blue93.3%
CMYK percentages
Cyan43.7%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#869eee text on a black background
contrast 8.14:1
Card sample
#869eee text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869eee;
Background color
Panel with #869eee background
background-color: #869eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869eee; background: linear-gradient(135deg, #869eee, #B386EE);