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