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