#899fef
a light, electric blue · warm · closest name: dodgerblue
RGB
137, 159, 239
HSL
227°, 76%, 74%
CMYK
43, 34, 0, 6
Luminance
0.3635
Every format
| HEX | #899fef |
| RGB | rgb(137, 159, 239) |
| HSL | hsl(227, 76%, 74%) |
| CMYK | cmyk(43%, 34%, 0%, 6%) |
| LAB | lab(66.8 12.5 -42.6) |
| LCH | lch(66.8 44.4 286.3) |
| OKLCH | oklch(0.718 0.120 271.4) |
Copy-ready code
/* CSS */
color: #899fef;
background-color: #899fef;
/* Tailwind (arbitrary) */
class="text-[#899fef] bg-[#899fef]"
/* SCSS */
$brand: #899fef;
/* SwiftUI */
Color(red: 0.537, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#899fef")Accessibility — WCAG contrast
Aa
#899fef on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899fef on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green62.4%
Blue93.7%
CMYK percentages
Cyan42.7%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#899fef text on a black background
contrast 8.27:1
Card sample
#899fef text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899fef;
Background color
Panel with #899fef background
background-color: #899fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899fef; background: linear-gradient(135deg, #899fef, #B789EF);