#65cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
101, 205, 186
HSL
169°, 51%, 60%
CMYK
51, 0, 9, 20
Luminance
0.4997
Every format
| HEX | #65cdba |
| RGB | rgb(101, 205, 186) |
| HSL | hsl(169, 51%, 60%) |
| CMYK | cmyk(51%, 0%, 9%, 20%) |
| LAB | lab(76.0 -34.8 0.2) |
| LCH | lch(76.0 34.8 179.7) |
| OKLCH | oklch(0.781 0.101 180.0) |
Copy-ready code
/* CSS */
color: #65cdba;
background-color: #65cdba;
/* Tailwind (arbitrary) */
class="text-[#65cdba] bg-[#65cdba]"
/* SCSS */
$brand: #65cdba;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#65cdba")Accessibility — WCAG contrast
Aa
#65cdba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cdba on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue72.9%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#65cdba text on a black background
contrast 10.99:1
Card sample
#65cdba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cdba;
Background color
Panel with #65cdba background
background-color: #65cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cdba; background: linear-gradient(135deg, #65cdba, #659BCD);