#2cbfea
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 191, 234
HSL
194°, 82%, 55%
CMYK
81, 18, 0, 8
Luminance
0.4374
Every format
| HEX | #2cbfea |
| RGB | rgb(44, 191, 234) |
| HSL | hsl(194, 82%, 55%) |
| CMYK | cmyk(81%, 18%, 0%, 8%) |
| LAB | lab(72.0 -22.8 -31.9) |
| LCH | lch(72.0 39.3 234.5) |
| OKLCH | oklch(0.750 0.131 223.3) |
Copy-ready code
/* CSS */
color: #2cbfea;
background-color: #2cbfea;
/* Tailwind (arbitrary) */
class="text-[#2cbfea] bg-[#2cbfea]"
/* SCSS */
$brand: #2cbfea;
/* SwiftUI */
Color(red: 0.173, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#2cbfea")Accessibility — WCAG contrast
Aa
#2cbfea on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbfea on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.9%
Blue91.8%
CMYK percentages
Cyan81.2%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#2cbfea text on a black background
contrast 9.75:1
Card sample
#2cbfea text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbfea;
Background color
Panel with #2cbfea background
background-color: #2cbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbfea; background: linear-gradient(135deg, #2cbfea, #2C40EA);