#899cf2
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 156, 242
HSL
229°, 80%, 74%
CMYK
43, 36, 0, 5
Luminance
0.3551
Every format
| HEX | #899cf2 |
| RGB | rgb(137, 156, 242) |
| HSL | hsl(229, 80%, 74%) |
| CMYK | cmyk(43%, 36%, 0%, 5%) |
| LAB | lab(66.1 15.0 -45.3) |
| LCH | lch(66.1 47.7 288.4) |
| OKLCH | oklch(0.714 0.128 273.3) |
Copy-ready code
/* CSS */
color: #899cf2;
background-color: #899cf2;
/* Tailwind (arbitrary) */
class="text-[#899cf2] bg-[#899cf2]"
/* SCSS */
$brand: #899cf2;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.949)
/* Android */
Color.parseColor("#899cf2")Accessibility — WCAG contrast
Aa
#899cf2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899cf2 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue94.9%
CMYK percentages
Cyan43.4%
Magenta35.5%
Yellow0.0%
Key (black)5.1%
Color previews
#899cf2 text on a black background
contrast 8.10:1
Card sample
#899cf2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899cf2;
Background color
Panel with #899cf2 background
background-color: #899cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899cf2; background: linear-gradient(135deg, #899cf2, #BC89F2);