#889af7
a light, electric blue · warm · closest name: dodgerblue
RGB
136, 154, 247
HSL
230°, 87%, 75%
CMYK
45, 38, 0, 3
Luminance
0.3506
Every format
| HEX | #889af7 |
| RGB | rgb(136, 154, 247) |
| HSL | hsl(230, 87%, 75%) |
| CMYK | cmyk(45%, 38%, 0%, 3%) |
| LAB | lab(65.8 17.4 -48.5) |
| LCH | lch(65.8 51.5 289.7) |
| OKLCH | oklch(0.712 0.137 274.1) |
Copy-ready code
/* CSS */
color: #889af7;
background-color: #889af7;
/* Tailwind (arbitrary) */
class="text-[#889af7] bg-[#889af7]"
/* SCSS */
$brand: #889af7;
/* SwiftUI */
Color(red: 0.533, green: 0.604, blue: 0.969)
/* Android */
Color.parseColor("#889af7")Accessibility — WCAG contrast
Aa
#889af7 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889af7 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.4%
Blue96.9%
CMYK percentages
Cyan44.9%
Magenta37.7%
Yellow0.0%
Key (black)3.1%
Color previews
#889af7 text on a black background
contrast 8.01:1
Card sample
#889af7 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889af7;
Background color
Panel with #889af7 background
background-color: #889af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 154, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 154, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889af7; background: linear-gradient(135deg, #889af7, #C088F7);