#29cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
41, 205, 255
HSL
194°, 100%, 58%
CMYK
84, 20, 0, 0
Luminance
0.5135
Every format
| HEX | #29cdff |
| RGB | rgb(41, 205, 255) |
| HSL | hsl(194, 100%, 58%) |
| CMYK | cmyk(84%, 20%, 0%, 0%) |
| LAB | lab(76.9 -23.3 -35.8) |
| LCH | lch(76.9 42.6 237.0) |
| OKLCH | oklch(0.791 0.142 224.9) |
Copy-ready code
/* CSS */
color: #29cdff;
background-color: #29cdff;
/* Tailwind (arbitrary) */
class="text-[#29cdff] bg-[#29cdff]"
/* SCSS */
$brand: #29cdff;
/* SwiftUI */
Color(red: 0.161, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#29cdff")Accessibility — WCAG contrast
Aa
#29cdff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cdff on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green80.4%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#29cdff text on a black background
contrast 11.27:1
Card sample
#29cdff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cdff;
Background color
Panel with #29cdff background
background-color: #29cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cdff; background: linear-gradient(135deg, #29cdff, #293EFF);