#29cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
41, 205, 253
HSL
194°, 98%, 58%
CMYK
84, 19, 0, 1
Luminance
0.5123
Every format
| HEX | #29cdfd |
| RGB | rgb(41, 205, 253) |
| HSL | hsl(194, 98%, 58%) |
| CMYK | cmyk(84%, 19%, 0%, 1%) |
| LAB | lab(76.8 -23.9 -34.8) |
| LCH | lch(76.8 42.2 235.5) |
| OKLCH | oklch(0.790 0.141 223.9) |
Copy-ready code
/* CSS */
color: #29cdfd;
background-color: #29cdfd;
/* Tailwind (arbitrary) */
class="text-[#29cdfd] bg-[#29cdfd]"
/* SCSS */
$brand: #29cdfd;
/* SwiftUI */
Color(red: 0.161, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#29cdfd")Accessibility — WCAG contrast
Aa
#29cdfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cdfd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green80.4%
Blue99.2%
CMYK percentages
Cyan83.8%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#29cdfd text on a black background
contrast 11.25:1
Card sample
#29cdfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cdfd;
Background color
Panel with #29cdfd background
background-color: #29cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cdfd; background: linear-gradient(135deg, #29cdfd, #293FFD);