#65dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
101, 223, 191
HSL
164°, 66%, 64%
CMYK
55, 0, 14, 13
Luminance
0.5930
Every format
| HEX | #65dfbf |
| RGB | rgb(101, 223, 191) |
| HSL | hsl(164, 66%, 64%) |
| CMYK | cmyk(55%, 0%, 14%, 13%) |
| LAB | lab(81.5 -41.8 5.4) |
| LCH | lch(81.5 42.1 172.7) |
| OKLCH | oklch(0.825 0.120 173.5) |
Copy-ready code
/* CSS */
color: #65dfbf;
background-color: #65dfbf;
/* Tailwind (arbitrary) */
class="text-[#65dfbf] bg-[#65dfbf]"
/* SCSS */
$brand: #65dfbf;
/* SwiftUI */
Color(red: 0.396, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#65dfbf")Accessibility — WCAG contrast
Aa
#65dfbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dfbf on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green87.5%
Blue74.9%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#65dfbf text on a black background
contrast 12.86:1
Card sample
#65dfbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dfbf;
Background color
Panel with #65dfbf background
background-color: #65dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dfbf; background: linear-gradient(135deg, #65dfbf, #65AEDF);