#2cbefd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 190, 253
HSL
198°, 98%, 58%
CMYK
83, 25, 0, 1
Luminance
0.4445
Every format
| HEX | #2cbefd |
| RGB | rgb(44, 190, 253) |
| HSL | hsl(198, 98%, 58%) |
| CMYK | cmyk(83%, 25%, 0%, 1%) |
| LAB | lab(72.5 -15.9 -41.5) |
| LCH | lch(72.5 44.4 249.0) |
| OKLCH | oklch(0.756 0.146 233.2) |
Copy-ready code
/* CSS */
color: #2cbefd;
background-color: #2cbefd;
/* Tailwind (arbitrary) */
class="text-[#2cbefd] bg-[#2cbefd]"
/* SCSS */
$brand: #2cbefd;
/* SwiftUI */
Color(red: 0.173, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#2cbefd")Accessibility — WCAG contrast
Aa
#2cbefd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbefd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.5%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#2cbefd text on a black background
contrast 9.89:1
Card sample
#2cbefd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbefd;
Background color
Panel with #2cbefd background
background-color: #2cbefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbefd; background: linear-gradient(135deg, #2cbefd, #2C32FD);