#65dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
101, 223, 188
HSL
163°, 66%, 64%
CMYK
55, 0, 16, 13
Luminance
0.5917
Every format
| HEX | #65dfbc |
| RGB | rgb(101, 223, 188) |
| HSL | hsl(163, 66%, 64%) |
| CMYK | cmyk(55%, 0%, 16%, 13%) |
| LAB | lab(81.4 -42.5 6.9) |
| LCH | lch(81.4 43.0 170.8) |
| OKLCH | oklch(0.824 0.121 171.7) |
Copy-ready code
/* CSS */
color: #65dfbc;
background-color: #65dfbc;
/* Tailwind (arbitrary) */
class="text-[#65dfbc] bg-[#65dfbc]"
/* SCSS */
$brand: #65dfbc;
/* SwiftUI */
Color(red: 0.396, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#65dfbc")Accessibility — WCAG contrast
Aa
#65dfbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dfbc on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#65dfbc text on a black background
contrast 12.83:1
Card sample
#65dfbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dfbc;
Background color
Panel with #65dfbc background
background-color: #65dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dfbc; background: linear-gradient(135deg, #65dfbc, #65B1DF);