#899afd
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 154, 253
HSL
231°, 97%, 77%
CMYK
46, 39, 0, 1
Luminance
0.3552
Every format
| HEX | #899afd |
| RGB | rgb(137, 154, 253) |
| HSL | hsl(231, 97%, 77%) |
| CMYK | cmyk(46%, 39%, 0%, 1%) |
| LAB | lab(66.2 19.3 -51.3) |
| LCH | lch(66.2 54.8 290.7) |
| OKLCH | oklch(0.715 0.145 274.8) |
Copy-ready code
/* CSS */
color: #899afd;
background-color: #899afd;
/* Tailwind (arbitrary) */
class="text-[#899afd] bg-[#899afd]"
/* SCSS */
$brand: #899afd;
/* SwiftUI */
Color(red: 0.537, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#899afd")Accessibility — WCAG contrast
Aa
#899afd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899afd on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green60.4%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#899afd text on a black background
contrast 8.10:1
Card sample
#899afd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899afd;
Background color
Panel with #899afd background
background-color: #899afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899afd; background: linear-gradient(135deg, #899afd, #C589FD);