#2cadfc
a balanced, electric blue · cool · closest name: steelblue
RGB
44, 173, 252
HSL
203°, 97%, 58%
CMYK
83, 31, 0, 1
Luminance
0.3745
Every format
| HEX | #2cadfc |
| RGB | rgb(44, 173, 252) |
| HSL | hsl(203, 97%, 58%) |
| CMYK | cmyk(83%, 31%, 0%, 1%) |
| LAB | lab(67.6 -7.0 -48.6) |
| LCH | lch(67.6 49.1 261.8) |
| OKLCH | oklch(0.717 0.157 242.0) |
Copy-ready code
/* CSS */
color: #2cadfc;
background-color: #2cadfc;
/* Tailwind (arbitrary) */
class="text-[#2cadfc] bg-[#2cadfc]"
/* SCSS */
$brand: #2cadfc;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#2cadfc")Accessibility — WCAG contrast
Aa
#2cadfc on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cadfc on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue98.8%
CMYK percentages
Cyan82.5%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#2cadfc text on a black background
contrast 8.49:1
Card sample
#2cadfc text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cadfc;
Background color
Panel with #2cadfc background
background-color: #2cadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cadfc; background: linear-gradient(135deg, #2cadfc, #362CFC);