#65ffaf
a light, electric green · cool · closest name: aquamarine
RGB
101, 255, 175
HSL
149°, 100%, 70%
CMYK
60, 0, 31, 0
Luminance
0.7738
Every format
| HEX | #65ffaf |
| RGB | rgb(101, 255, 175) |
| HSL | hsl(149, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 31%, 0%) |
| LAB | lab(90.5 -58.5 26.4) |
| LCH | lch(90.5 64.2 155.7) |
| OKLCH | oklch(0.898 0.173 157.3) |
Copy-ready code
/* CSS */
color: #65ffaf;
background-color: #65ffaf;
/* Tailwind (arbitrary) */
class="text-[#65ffaf] bg-[#65ffaf]"
/* SCSS */
$brand: #65ffaf;
/* SwiftUI */
Color(red: 0.396, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#65ffaf")Accessibility — WCAG contrast
Aa
#65ffaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65ffaf on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green100.0%
Blue68.6%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#65ffaf text on a black background
contrast 16.48:1
Card sample
#65ffaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65ffaf;
Background color
Panel with #65ffaf background
background-color: #65ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65ffaf; background: linear-gradient(135deg, #65ffaf, #65E8FF);