#2c93df
a balanced, vivid blue · cool · closest name: steelblue
RGB
44, 147, 223
HSL
206°, 74%, 52%
CMYK
80, 34, 0, 13
Luminance
0.2673
Every format
| HEX | #2c93df |
| RGB | rgb(44, 147, 223) |
| HSL | hsl(206, 74%, 52%) |
| CMYK | cmyk(80%, 34%, 0%, 13%) |
| LAB | lab(58.7 -2.6 -46.7) |
| LCH | lch(58.7 46.8 266.8) |
| OKLCH | oklch(0.642 0.146 245.8) |
Copy-ready code
/* CSS */
color: #2c93df;
background-color: #2c93df;
/* Tailwind (arbitrary) */
class="text-[#2c93df] bg-[#2c93df]"
/* SCSS */
$brand: #2c93df;
/* SwiftUI */
Color(red: 0.173, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#2c93df")Accessibility — WCAG contrast
Aa
#2c93df on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c93df on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green57.6%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2c93df text on a black background
contrast 6.35:1
Card sample
#2c93df text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c93df;
Background color
Panel with #2c93df background
background-color: #2c93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c93df; background: linear-gradient(135deg, #2c93df, #3D2CDF);