#2898df
a balanced, vivid blue · cool · closest name: steelblue
RGB
40, 152, 223
HSL
203°, 74%, 52%
CMYK
82, 32, 0, 13
Luminance
0.2824
Every format
| HEX | #2898df |
| RGB | rgb(40, 152, 223) |
| HSL | hsl(203, 74%, 52%) |
| CMYK | cmyk(82%, 32%, 0%, 13%) |
| LAB | lab(60.1 -5.9 -44.6) |
| LCH | lch(60.1 45.0 262.5) |
| OKLCH | oklch(0.652 0.143 242.6) |
Copy-ready code
/* CSS */
color: #2898df;
background-color: #2898df;
/* Tailwind (arbitrary) */
class="text-[#2898df] bg-[#2898df]"
/* SCSS */
$brand: #2898df;
/* SwiftUI */
Color(red: 0.157, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#2898df")Accessibility — WCAG contrast
Aa
#2898df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2898df on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green59.6%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2898df text on a black background
contrast 6.65:1
Card sample
#2898df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2898df;
Background color
Panel with #2898df background
background-color: #2898df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2898df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2898df; background: linear-gradient(135deg, #2898df, #3228DF);