#2cbafc
a balanced, electric cyan · cool · closest name: skyblue
RGB
44, 186, 252
HSL
199°, 97%, 58%
CMYK
83, 26, 0, 1
Luminance
0.4268
Every format
| HEX | #2cbafc |
| RGB | rgb(44, 186, 252) |
| HSL | hsl(199, 97%, 58%) |
| CMYK | cmyk(83%, 26%, 0%, 1%) |
| LAB | lab(71.3 -14.1 -42.8) |
| LCH | lch(71.3 45.1 251.7) |
| OKLCH | oklch(0.746 0.148 235.0) |
Copy-ready code
/* CSS */
color: #2cbafc;
background-color: #2cbafc;
/* Tailwind (arbitrary) */
class="text-[#2cbafc] bg-[#2cbafc]"
/* SCSS */
$brand: #2cbafc;
/* SwiftUI */
Color(red: 0.173, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#2cbafc")Accessibility — WCAG contrast
Aa
#2cbafc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbafc on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green72.9%
Blue98.8%
CMYK percentages
Cyan82.5%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#2cbafc text on a black background
contrast 9.54:1
Card sample
#2cbafc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbafc;
Background color
Panel with #2cbafc background
background-color: #2cbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbafc; background: linear-gradient(135deg, #2cbafc, #2C2FFC);