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