#2ccbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 203, 252
HSL
194°, 97%, 58%
CMYK
83, 19, 0, 1
Luminance
0.5028
Every format
| HEX | #2ccbfc |
| RGB | rgb(44, 203, 252) |
| HSL | hsl(194, 97%, 58%) |
| CMYK | cmyk(83%, 19%, 0%, 1%) |
| LAB | lab(76.2 -23.0 -35.2) |
| LCH | lch(76.2 42.0 236.8) |
| OKLCH | oklch(0.785 0.140 224.8) |
Copy-ready code
/* CSS */
color: #2ccbfc;
background-color: #2ccbfc;
/* Tailwind (arbitrary) */
class="text-[#2ccbfc] bg-[#2ccbfc]"
/* SCSS */
$brand: #2ccbfc;
/* SwiftUI */
Color(red: 0.173, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#2ccbfc")Accessibility — WCAG contrast
Aa
#2ccbfc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccbfc on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.6%
Blue98.8%
CMYK percentages
Cyan82.5%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#2ccbfc text on a black background
contrast 11.06:1
Card sample
#2ccbfc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccbfc;
Background color
Panel with #2ccbfc background
background-color: #2ccbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccbfc; background: linear-gradient(135deg, #2ccbfc, #2C40FC);