#2c8fdc
a balanced, vivid blue · cool · closest name: steelblue
RGB
44, 143, 220
HSL
206°, 72%, 52%
CMYK
80, 35, 0, 14
Luminance
0.2535
Every format
| HEX | #2c8fdc |
| RGB | rgb(44, 143, 220) |
| HSL | hsl(206, 72%, 52%) |
| CMYK | cmyk(80%, 35%, 0%, 14%) |
| LAB | lab(57.4 -1.4 -47.1) |
| LCH | lch(57.4 47.2 268.3) |
| OKLCH | oklch(0.631 0.146 246.9) |
Copy-ready code
/* CSS */
color: #2c8fdc;
background-color: #2c8fdc;
/* Tailwind (arbitrary) */
class="text-[#2c8fdc] bg-[#2c8fdc]"
/* SCSS */
$brand: #2c8fdc;
/* SwiftUI */
Color(red: 0.173, green: 0.561, blue: 0.863)
/* Android */
Color.parseColor("#2c8fdc")Accessibility — WCAG contrast
Aa
#2c8fdc on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8fdc on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green56.1%
Blue86.3%
CMYK percentages
Cyan80.0%
Magenta35.0%
Yellow0.0%
Key (black)13.7%
Color previews
#2c8fdc text on a black background
contrast 6.07:1
Card sample
#2c8fdc text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8fdc;
Background color
Panel with #2c8fdc background
background-color: #2c8fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 143, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 143, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8fdc; background: linear-gradient(135deg, #2c8fdc, #3F2CDC);