#899cf7
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 156, 247
HSL
230°, 87%, 75%
CMYK
45, 37, 0, 3
Luminance
0.3581
Every format
| HEX | #899cf7 |
| RGB | rgb(137, 156, 247) |
| HSL | hsl(230, 87%, 75%) |
| CMYK | cmyk(45%, 37%, 0%, 3%) |
| LAB | lab(66.4 16.4 -47.6) |
| LCH | lch(66.4 50.4 289.1) |
| OKLCH | oklch(0.716 0.134 273.6) |
Copy-ready code
/* CSS */
color: #899cf7;
background-color: #899cf7;
/* Tailwind (arbitrary) */
class="text-[#899cf7] bg-[#899cf7]"
/* SCSS */
$brand: #899cf7;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.969)
/* Android */
Color.parseColor("#899cf7")Accessibility — WCAG contrast
Aa
#899cf7 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899cf7 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue96.9%
CMYK percentages
Cyan44.5%
Magenta36.8%
Yellow0.0%
Key (black)3.1%
Color previews
#899cf7 text on a black background
contrast 8.16:1
Card sample
#899cf7 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899cf7;
Background color
Panel with #899cf7 background
background-color: #899cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899cf7; background: linear-gradient(135deg, #899cf7, #BF89F7);