#2cbafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 186, 253
HSL
199°, 98%, 58%
CMYK
83, 27, 0, 1
Luminance
0.4275
Every format
| HEX | #2cbafd |
| RGB | rgb(44, 186, 253) |
| HSL | hsl(199, 98%, 58%) |
| CMYK | cmyk(83%, 27%, 0%, 1%) |
| LAB | lab(71.4 -13.8 -43.3) |
| LCH | lch(71.4 45.4 252.3) |
| OKLCH | oklch(0.747 0.148 235.5) |
Copy-ready code
/* CSS */
color: #2cbafd;
background-color: #2cbafd;
/* Tailwind (arbitrary) */
class="text-[#2cbafd] bg-[#2cbafd]"
/* SCSS */
$brand: #2cbafd;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#2cbafd")Accessibility — WCAG contrast
Aa
#2cbafd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbafd on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#2cbafd text on a black background
contrast 9.55:1
Card sample
#2cbafd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbafd;
Background color
Panel with #2cbafd background
background-color: #2cbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbafd; background: linear-gradient(135deg, #2cbafd, #2C2FFD);