#2893df
a balanced, vivid blue · cool · closest name: steelblue
RGB
40, 147, 223
HSL
205°, 74%, 52%
CMYK
82, 34, 0, 13
Luminance
0.2665
Every format
| HEX | #2893df |
| RGB | rgb(40, 147, 223) |
| HSL | hsl(205, 74%, 52%) |
| CMYK | cmyk(82%, 34%, 0%, 13%) |
| LAB | lab(58.6 -3.0 -46.9) |
| LCH | lch(58.6 47.0 266.3) |
| OKLCH | oklch(0.641 0.147 245.3) |
Copy-ready code
/* CSS */
color: #2893df;
background-color: #2893df;
/* Tailwind (arbitrary) */
class="text-[#2893df] bg-[#2893df]"
/* SCSS */
$brand: #2893df;
/* SwiftUI */
Color(red: 0.157, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#2893df")Accessibility — WCAG contrast
Aa
#2893df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2893df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green57.6%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2893df text on a black background
contrast 6.33:1
Card sample
#2893df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2893df;
Background color
Panel with #2893df background
background-color: #2893df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2893df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2893df; background: linear-gradient(135deg, #2893df, #3728DF);