#23fcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
35, 252, 175
HSL
159°, 97%, 56%
CMYK
86, 0, 31, 1
Luminance
0.7307
Every format
| HEX | #23fcaf |
| RGB | rgb(35, 252, 175) |
| HSL | hsl(159, 97%, 56%) |
| CMYK | cmyk(86%, 0%, 31%, 1%) |
| LAB | lab(88.5 -65.8 23.4) |
| LCH | lch(88.5 69.9 160.4) |
| OKLCH | oklch(0.878 0.189 161.6) |
Copy-ready code
/* CSS */
color: #23fcaf;
background-color: #23fcaf;
/* Tailwind (arbitrary) */
class="text-[#23fcaf] bg-[#23fcaf]"
/* SCSS */
$brand: #23fcaf;
/* SwiftUI */
Color(red: 0.137, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#23fcaf")Accessibility — WCAG contrast
Aa
#23fcaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23fcaf on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green98.8%
Blue68.6%
CMYK percentages
Cyan86.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#23fcaf text on a black background
contrast 15.61:1
Card sample
#23fcaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23fcaf;
Background color
Panel with #23fcaf background
background-color: #23fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23fcaf; background: linear-gradient(135deg, #23fcaf, #23B8FC);