#289ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
40, 154, 222
HSL
202°, 73%, 51%
CMYK
82, 31, 0, 13
Luminance
0.2884
Every format
| HEX | #289ade |
| RGB | rgb(40, 154, 222) |
| HSL | hsl(202, 73%, 51%) |
| CMYK | cmyk(82%, 31%, 0%, 13%) |
| LAB | lab(60.6 -7.4 -43.2) |
| LCH | lch(60.6 43.8 260.3) |
| OKLCH | oklch(0.657 0.140 241.1) |
Copy-ready code
/* CSS */
color: #289ade;
background-color: #289ade;
/* Tailwind (arbitrary) */
class="text-[#289ade] bg-[#289ade]"
/* SCSS */
$brand: #289ade;
/* SwiftUI */
Color(red: 0.157, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#289ade")Accessibility — WCAG contrast
Aa
#289ade on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#289ade on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green60.4%
Blue87.1%
CMYK percentages
Cyan82.0%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#289ade text on a black background
contrast 6.77:1
Card sample
#289ade text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #289ade;
Background color
Panel with #289ade background
background-color: #289ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #289ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #289ade; background: linear-gradient(135deg, #289ade, #2F28DE);