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