#29eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
41, 236, 235
HSL
180°, 84%, 54%
CMYK
83, 0, 0, 8
Luminance
0.6646
Every format
| HEX | #29eceb |
| RGB | rgb(41, 236, 235) |
| HSL | hsl(180, 84%, 54%) |
| CMYK | cmyk(83%, 0%, 0%, 8%) |
| LAB | lab(85.2 -44.0 -12.5) |
| LCH | lch(85.2 45.8 195.8) |
| OKLCH | oklch(0.856 0.141 194.3) |
Copy-ready code
/* CSS */
color: #29eceb;
background-color: #29eceb;
/* Tailwind (arbitrary) */
class="text-[#29eceb] bg-[#29eceb]"
/* SCSS */
$brand: #29eceb;
/* SwiftUI */
Color(red: 0.161, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#29eceb")Accessibility — WCAG contrast
Aa
#29eceb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29eceb on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green92.5%
Blue92.2%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#29eceb text on a black background
contrast 14.29:1
Card sample
#29eceb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29eceb;
Background color
Panel with #29eceb background
background-color: #29eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29eceb; background: linear-gradient(135deg, #29eceb, #296BEC);