#65f9da
a light, electric cyan · cool · closest name: aquamarine
RGB
101, 249, 218
HSL
167°, 93%, 69%
CMYK
59, 0, 12, 2
Luminance
0.7558
Every format
| HEX | #65f9da |
| RGB | rgb(101, 249, 218) |
| HSL | hsl(167, 93%, 69%) |
| CMYK | cmyk(59%, 0%, 12%, 2%) |
| LAB | lab(89.7 -46.8 3.1) |
| LCH | lch(89.7 46.9 176.2) |
| OKLCH | oklch(0.894 0.134 176.8) |
Copy-ready code
/* CSS */
color: #65f9da;
background-color: #65f9da;
/* Tailwind (arbitrary) */
class="text-[#65f9da] bg-[#65f9da]"
/* SCSS */
$brand: #65f9da;
/* SwiftUI */
Color(red: 0.396, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#65f9da")Accessibility — WCAG contrast
Aa
#65f9da on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65f9da on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green97.6%
Blue85.5%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#65f9da text on a black background
contrast 16.12:1
Card sample
#65f9da text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65f9da;
Background color
Panel with #65f9da background
background-color: #65f9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65f9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65f9da; background: linear-gradient(135deg, #65f9da, #65B5F9);