#29cfe7
a balanced, electric cyan · cool · closest name: skyblue
RGB
41, 207, 231
HSL
188°, 80%, 53%
CMYK
82, 10, 0, 9
Luminance
0.5087
Every format
| HEX | #29cfe7 |
| RGB | rgb(41, 207, 231) |
| HSL | hsl(188, 80%, 53%) |
| CMYK | cmyk(82%, 10%, 0%, 9%) |
| LAB | lab(76.6 -31.9 -23.4) |
| LCH | lch(76.6 39.6 216.2) |
| OKLCH | oklch(0.786 0.129 210.3) |
Copy-ready code
/* CSS */
color: #29cfe7;
background-color: #29cfe7;
/* Tailwind (arbitrary) */
class="text-[#29cfe7] bg-[#29cfe7]"
/* SCSS */
$brand: #29cfe7;
/* SwiftUI */
Color(red: 0.161, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#29cfe7")Accessibility — WCAG contrast
Aa
#29cfe7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29cfe7 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green81.2%
Blue90.6%
CMYK percentages
Cyan82.3%
Magenta10.4%
Yellow0.0%
Key (black)9.4%
Color previews
#29cfe7 text on a black background
contrast 11.17:1
Card sample
#29cfe7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29cfe7;
Background color
Panel with #29cfe7 background
background-color: #29cfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29cfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29cfe7; background: linear-gradient(135deg, #29cfe7, #2950E7);