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