#899cef
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 156, 239
HSL
229°, 76%, 74%
CMYK
43, 35, 0, 6
Luminance
0.3533
Every format
| HEX | #899cef |
| RGB | rgb(137, 156, 239) |
| HSL | hsl(229, 76%, 74%) |
| CMYK | cmyk(43%, 35%, 0%, 6%) |
| LAB | lab(66.0 14.2 -43.8) |
| LCH | lch(66.0 46.1 287.9) |
| OKLCH | oklch(0.712 0.123 273.1) |
Copy-ready code
/* CSS */
color: #899cef;
background-color: #899cef;
/* Tailwind (arbitrary) */
class="text-[#899cef] bg-[#899cef]"
/* SCSS */
$brand: #899cef;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#899cef")Accessibility — WCAG contrast
Aa
#899cef on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899cef on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue93.7%
CMYK percentages
Cyan42.7%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#899cef text on a black background
contrast 8.07:1
Card sample
#899cef text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899cef;
Background color
Panel with #899cef background
background-color: #899cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899cef; background: linear-gradient(135deg, #899cef, #BA89EF);