#17feaf
a balanced, electric green · cool · closest name: aquamarine
RGB
23, 254, 175
HSL
160°, 99%, 54%
CMYK
91, 0, 31, 0
Luminance
0.7416
Every format
| HEX | #17feaf |
| RGB | rgb(23, 254, 175) |
| HSL | hsl(160, 99%, 54%) |
| CMYK | cmyk(91%, 0%, 31%, 0%) |
| LAB | lab(89.0 -67.2 24.1) |
| LCH | lch(89.0 71.4 160.2) |
| OKLCH | oklch(0.882 0.192 161.5) |
Copy-ready code
/* CSS */
color: #17feaf;
background-color: #17feaf;
/* Tailwind (arbitrary) */
class="text-[#17feaf] bg-[#17feaf]"
/* SCSS */
$brand: #17feaf;
/* SwiftUI */
Color(red: 0.090, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#17feaf")Accessibility — WCAG contrast
Aa
#17feaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17feaf on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green99.6%
Blue68.6%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#17feaf text on a black background
contrast 15.83:1
Card sample
#17feaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17feaf;
Background color
Panel with #17feaf background
background-color: #17feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17feaf; background: linear-gradient(135deg, #17feaf, #17B3FE);