#29fdbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
41, 253, 188
HSL
162°, 98%, 58%
CMYK
84, 0, 26, 1
Luminance
0.7435
Every format
| HEX | #29fdbc |
| RGB | rgb(41, 253, 188) |
| HSL | hsl(162, 98%, 58%) |
| CMYK | cmyk(84%, 0%, 26%, 1%) |
| LAB | lab(89.1 -62.9 17.6) |
| LCH | lch(89.1 65.4 164.4) |
| OKLCH | oklch(0.884 0.179 165.4) |
Copy-ready code
/* CSS */
color: #29fdbc;
background-color: #29fdbc;
/* Tailwind (arbitrary) */
class="text-[#29fdbc] bg-[#29fdbc]"
/* SCSS */
$brand: #29fdbc;
/* SwiftUI */
Color(red: 0.161, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#29fdbc")Accessibility — WCAG contrast
Aa
#29fdbc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29fdbc on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green99.2%
Blue73.7%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#29fdbc text on a black background
contrast 15.87:1
Card sample
#29fdbc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29fdbc;
Background color
Panel with #29fdbc background
background-color: #29fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29fdbc; background: linear-gradient(135deg, #29fdbc, #29B1FD);