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