#16ffbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
22, 255, 191
HSL
164°, 100%, 54%
CMYK
91, 0, 25, 0
Luminance
0.7545
Every format
| HEX | #16ffbf |
| RGB | rgb(22, 255, 191) |
| HSL | hsl(164, 100%, 54%) |
| CMYK | cmyk(91%, 0%, 25%, 0%) |
| LAB | lab(89.6 -64.1 16.8) |
| LCH | lch(89.6 66.2 165.3) |
| OKLCH | oklch(0.888 0.181 166.3) |
Copy-ready code
/* CSS */
color: #16ffbf;
background-color: #16ffbf;
/* Tailwind (arbitrary) */
class="text-[#16ffbf] bg-[#16ffbf]"
/* SCSS */
$brand: #16ffbf;
/* SwiftUI */
Color(red: 0.086, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#16ffbf")Accessibility — WCAG contrast
Aa
#16ffbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16ffbf on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green100.0%
Blue74.9%
CMYK percentages
Cyan91.4%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#16ffbf text on a black background
contrast 16.09:1
Card sample
#16ffbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ffbf;
Background color
Panel with #16ffbf background
background-color: #16ffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ffbf; background: linear-gradient(135deg, #16ffbf, #16A4FF);