#2cbaf6
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 186, 246
HSL
198°, 92%, 57%
CMYK
82, 24, 0, 4
Luminance
0.4231
Every format
| HEX | #2cbaf6 |
| RGB | rgb(44, 186, 246) |
| HSL | hsl(198, 92%, 57%) |
| CMYK | cmyk(82%, 24%, 0%, 4%) |
| LAB | lab(71.1 -16.2 -40.0) |
| LCH | lch(71.1 43.1 247.9) |
| OKLCH | oklch(0.743 0.142 232.5) |
Copy-ready code
/* CSS */
color: #2cbaf6;
background-color: #2cbaf6;
/* Tailwind (arbitrary) */
class="text-[#2cbaf6] bg-[#2cbaf6]"
/* SCSS */
$brand: #2cbaf6;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#2cbaf6")Accessibility — WCAG contrast
Aa
#2cbaf6 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbaf6 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue96.5%
CMYK percentages
Cyan82.1%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#2cbaf6 text on a black background
contrast 9.46:1
Card sample
#2cbaf6 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbaf6;
Background color
Panel with #2cbaf6 background
background-color: #2cbaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbaf6; background: linear-gradient(135deg, #2cbaf6, #2C34F6);