#2ccaf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 202, 248
HSL
194°, 94%, 57%
CMYK
82, 19, 0, 3
Luminance
0.4955
Every format
| HEX | #2ccaf8 |
| RGB | rgb(44, 202, 248) |
| HSL | hsl(194, 94%, 57%) |
| CMYK | cmyk(82%, 19%, 0%, 3%) |
| LAB | lab(75.8 -23.8 -33.7) |
| LCH | lch(75.8 41.3 234.8) |
| OKLCH | oklch(0.781 0.138 223.4) |
Copy-ready code
/* CSS */
color: #2ccaf8;
background-color: #2ccaf8;
/* Tailwind (arbitrary) */
class="text-[#2ccaf8] bg-[#2ccaf8]"
/* SCSS */
$brand: #2ccaf8;
/* SwiftUI */
Color(red: 0.173, green: 0.792, blue: 0.973)
/* Android */
Color.parseColor("#2ccaf8")Accessibility — WCAG contrast
Aa
#2ccaf8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccaf8 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green79.2%
Blue97.3%
CMYK percentages
Cyan82.3%
Magenta18.5%
Yellow0.0%
Key (black)2.7%
Color previews
#2ccaf8 text on a black background
contrast 10.91:1
Card sample
#2ccaf8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccaf8;
Background color
Panel with #2ccaf8 background
background-color: #2ccaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 202, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 202, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccaf8; background: linear-gradient(135deg, #2ccaf8, #2C42F8);