#16ebac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
22, 235, 172
HSL
162°, 84%, 50%
CMYK
91, 0, 27, 8
Luminance
0.6257
Every format
| HEX | #16ebac |
| RGB | rgb(22, 235, 172) |
| HSL | hsl(162, 84%, 50%) |
| CMYK | cmyk(91%, 0%, 27%, 8%) |
| LAB | lab(83.2 -61.0 17.7) |
| LCH | lch(83.2 63.5 163.8) |
| OKLCH | oklch(0.834 0.173 164.9) |
Copy-ready code
/* CSS */
color: #16ebac;
background-color: #16ebac;
/* Tailwind (arbitrary) */
class="text-[#16ebac] bg-[#16ebac]"
/* SCSS */
$brand: #16ebac;
/* SwiftUI */
Color(red: 0.086, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#16ebac")Accessibility — WCAG contrast
Aa
#16ebac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16ebac on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green92.2%
Blue67.5%
CMYK percentages
Cyan90.6%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#16ebac text on a black background
contrast 13.51:1
Card sample
#16ebac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ebac;
Background color
Panel with #16ebac background
background-color: #16ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ebac; background: linear-gradient(135deg, #16ebac, #169CEB);