#8899ee
a light, electric blue · warm · closest name: dodgerblue
RGB
136, 153, 238
HSL
230°, 75%, 73%
CMYK
43, 36, 0, 7
Luminance
0.3419
Every format
| HEX | #8899ee |
| RGB | rgb(136, 153, 238) |
| HSL | hsl(230, 75%, 73%) |
| CMYK | cmyk(43%, 36%, 0%, 7%) |
| LAB | lab(65.1 15.4 -44.7) |
| LCH | lch(65.1 47.3 289.0) |
| OKLCH | oklch(0.705 0.126 274.1) |
Copy-ready code
/* CSS */
color: #8899ee;
background-color: #8899ee;
/* Tailwind (arbitrary) */
class="text-[#8899ee] bg-[#8899ee]"
/* SCSS */
$brand: #8899ee;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#8899ee")Accessibility — WCAG contrast
Aa
#8899ee on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8899ee on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#8899ee text on a black background
contrast 7.84:1
Card sample
#8899ee text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8899ee;
Background color
Panel with #8899ee background
background-color: #8899ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8899ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8899ee; background: linear-gradient(135deg, #8899ee, #BB88EE);