#2896df
a balanced, vivid blue · cool · closest name: steelblue
RGB
40, 150, 223
HSL
204°, 74%, 52%
CMYK
82, 33, 0, 13
Luminance
0.2759
Every format
| HEX | #2896df |
| RGB | rgb(40, 150, 223) |
| HSL | hsl(204, 74%, 52%) |
| CMYK | cmyk(82%, 33%, 0%, 13%) |
| LAB | lab(59.5 -4.7 -45.5) |
| LCH | lch(59.5 45.7 264.1) |
| OKLCH | oklch(0.648 0.144 243.7) |
Copy-ready code
/* CSS */
color: #2896df;
background-color: #2896df;
/* Tailwind (arbitrary) */
class="text-[#2896df] bg-[#2896df]"
/* SCSS */
$brand: #2896df;
/* SwiftUI */
Color(red: 0.157, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#2896df")Accessibility — WCAG contrast
Aa
#2896df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2896df on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green58.8%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2896df text on a black background
contrast 6.52:1
Card sample
#2896df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2896df;
Background color
Panel with #2896df background
background-color: #2896df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2896df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2896df; background: linear-gradient(135deg, #2896df, #3428DF);