#2ccbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 203, 253
HSL
194°, 98%, 58%
CMYK
83, 20, 0, 1
Luminance
0.5034
Every format
| HEX | #2ccbfd |
| RGB | rgb(44, 203, 253) |
| HSL | hsl(194, 98%, 58%) |
| CMYK | cmyk(83%, 20%, 0%, 1%) |
| LAB | lab(76.3 -22.7 -35.6) |
| LCH | lch(76.3 42.2 237.5) |
| OKLCH | oklch(0.786 0.141 225.3) |
Copy-ready code
/* CSS */
color: #2ccbfd;
background-color: #2ccbfd;
/* Tailwind (arbitrary) */
class="text-[#2ccbfd] bg-[#2ccbfd]"
/* SCSS */
$brand: #2ccbfd;
/* SwiftUI */
Color(red: 0.173, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#2ccbfd")Accessibility — WCAG contrast
Aa
#2ccbfd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccbfd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.6%
Blue99.2%
CMYK percentages
Cyan82.6%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#2ccbfd text on a black background
contrast 11.07:1
Card sample
#2ccbfd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccbfd;
Background color
Panel with #2ccbfd background
background-color: #2ccbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccbfd; background: linear-gradient(135deg, #2ccbfd, #2C3FFD);