#2cadeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
44, 173, 235
HSL
200°, 83%, 55%
CMYK
81, 26, 0, 8
Luminance
0.3642
Every format
| HEX | #2cadeb |
| RGB | rgb(44, 173, 235) |
| HSL | hsl(200, 83%, 55%) |
| CMYK | cmyk(81%, 26%, 0%, 8%) |
| LAB | lab(66.8 -13.0 -40.6) |
| LCH | lch(66.8 42.6 252.3) |
| OKLCH | oklch(0.708 0.139 235.5) |
Copy-ready code
/* CSS */
color: #2cadeb;
background-color: #2cadeb;
/* Tailwind (arbitrary) */
class="text-[#2cadeb] bg-[#2cadeb]"
/* SCSS */
$brand: #2cadeb;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#2cadeb")Accessibility — WCAG contrast
Aa
#2cadeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cadeb on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue92.2%
CMYK percentages
Cyan81.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#2cadeb text on a black background
contrast 8.28:1
Card sample
#2cadeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cadeb;
Background color
Panel with #2cadeb background
background-color: #2cadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cadeb; background: linear-gradient(135deg, #2cadeb, #2C2EEB);