#29cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
41, 207, 252
HSL
193°, 97%, 58%
CMYK
84, 18, 0, 1
Luminance
0.5213
Every format
| HEX | #29cffc |
| RGB | rgb(41, 207, 252) |
| HSL | hsl(193, 97%, 58%) |
| CMYK | cmyk(84%, 18%, 0%, 1%) |
| LAB | lab(77.3 -25.2 -33.4) |
| LCH | lch(77.3 41.9 233.0) |
| OKLCH | oklch(0.794 0.140 222.2) |
Copy-ready code
/* CSS */
color: #29cffc;
background-color: #29cffc;
/* Tailwind (arbitrary) */
class="text-[#29cffc] bg-[#29cffc]"
/* SCSS */
$brand: #29cffc;
/* SwiftUI */
Color(red: 0.161, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#29cffc")Accessibility — WCAG contrast
Aa
#29cffc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cffc on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green81.2%
Blue98.8%
CMYK percentages
Cyan83.7%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#29cffc text on a black background
contrast 11.43:1
Card sample
#29cffc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cffc;
Background color
Panel with #29cffc background
background-color: #29cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cffc; background: linear-gradient(135deg, #29cffc, #2943FC);