#2cbfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
44, 191, 218
HSL
189°, 70%, 51%
CMYK
80, 12, 0, 15
Luminance
0.4286
Every format
| HEX | #2cbfda |
| RGB | rgb(44, 191, 218) |
| HSL | hsl(189, 70%, 51%) |
| CMYK | cmyk(80%, 12%, 0%, 15%) |
| LAB | lab(71.5 -28.0 -24.2) |
| LCH | lch(71.5 37.0 220.8) |
| OKLCH | oklch(0.743 0.122 213.7) |
Copy-ready code
/* CSS */
color: #2cbfda;
background-color: #2cbfda;
/* Tailwind (arbitrary) */
class="text-[#2cbfda] bg-[#2cbfda]"
/* SCSS */
$brand: #2cbfda;
/* SwiftUI */
Color(red: 0.173, green: 0.749, blue: 0.855)
/* Android */
Color.parseColor("#2cbfda")Accessibility — WCAG contrast
Aa
#2cbfda on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbfda on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.9%
Blue85.5%
CMYK percentages
Cyan79.8%
Magenta12.4%
Yellow0.0%
Key (black)14.5%
Color previews
#2cbfda text on a black background
contrast 9.57:1
Card sample
#2cbfda text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbfda;
Background color
Panel with #2cbfda background
background-color: #2cbfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 191, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 191, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbfda; background: linear-gradient(135deg, #2cbfda, #2C4BDA);