#29f0e0
a balanced, electric cyan · cool · closest name: turquoise
RGB
41, 240, 224
HSL
175°, 87%, 55%
CMYK
83, 0, 7, 6
Luminance
0.6817
Every format
| HEX | #29f0e0 |
| RGB | rgb(41, 240, 224) |
| HSL | hsl(175, 87%, 55%) |
| CMYK | cmyk(83%, 0%, 7%, 6%) |
| LAB | lab(86.1 -48.8 -5.4) |
| LCH | lch(86.1 49.1 186.3) |
| OKLCH | oklch(0.862 0.146 186.1) |
Copy-ready code
/* CSS */
color: #29f0e0;
background-color: #29f0e0;
/* Tailwind (arbitrary) */
class="text-[#29f0e0] bg-[#29f0e0]"
/* SCSS */
$brand: #29f0e0;
/* SwiftUI */
Color(red: 0.161, green: 0.941, blue: 0.878)
/* Android */
Color.parseColor("#29f0e0")Accessibility — WCAG contrast
Aa
#29f0e0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29f0e0 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green94.1%
Blue87.8%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow6.7%
Key (black)5.9%
Color previews
#29f0e0 text on a black background
contrast 14.63:1
Card sample
#29f0e0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29f0e0;
Background color
Panel with #29f0e0 background
background-color: #29f0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29f0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 240, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 240, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29f0e0; background: linear-gradient(135deg, #29f0e0, #297BF0);