#29ffbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
41, 255, 191
HSL
162°, 100%, 58%
CMYK
84, 0, 25, 0
Luminance
0.7575
Every format
| HEX | #29ffbf |
| RGB | rgb(41, 255, 191) |
| HSL | hsl(162, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 25%, 0%) |
| LAB | lab(89.7 -63.0 17.0) |
| LCH | lch(89.7 65.3 164.9) |
| OKLCH | oklch(0.889 0.179 165.9) |
Copy-ready code
/* CSS */
color: #29ffbf;
background-color: #29ffbf;
/* Tailwind (arbitrary) */
class="text-[#29ffbf] bg-[#29ffbf]"
/* SCSS */
$brand: #29ffbf;
/* SwiftUI */
Color(red: 0.161, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#29ffbf")Accessibility — WCAG contrast
Aa
#29ffbf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ffbf on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green100.0%
Blue74.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#29ffbf text on a black background
contrast 16.15:1
Card sample
#29ffbf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ffbf;
Background color
Panel with #29ffbf background
background-color: #29ffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ffbf; background: linear-gradient(135deg, #29ffbf, #29B0FF);