#65fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
101, 251, 223
HSL
169°, 95%, 69%
CMYK
60, 0, 11, 2
Luminance
0.7709
Every format
| HEX | #65fbdf |
| RGB | rgb(101, 251, 223) |
| HSL | hsl(169, 95%, 69%) |
| CMYK | cmyk(60%, 0%, 11%, 2%) |
| LAB | lab(90.4 -46.5 1.5) |
| LCH | lch(90.4 46.5 178.1) |
| OKLCH | oklch(0.900 0.134 178.6) |
Copy-ready code
/* CSS */
color: #65fbdf;
background-color: #65fbdf;
/* Tailwind (arbitrary) */
class="text-[#65fbdf] bg-[#65fbdf]"
/* SCSS */
$brand: #65fbdf;
/* SwiftUI */
Color(red: 0.396, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#65fbdf")Accessibility — WCAG contrast
Aa
#65fbdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65fbdf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#65fbdf text on a black background
contrast 16.42:1
Card sample
#65fbdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65fbdf;
Background color
Panel with #65fbdf background
background-color: #65fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65fbdf; background: linear-gradient(135deg, #65fbdf, #65B3FB);