#65ceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
101, 206, 175
HSL
162°, 52%, 60%
CMYK
51, 0, 15, 19
Luminance
0.5000
Every format
| HEX | #65ceaf |
| RGB | rgb(101, 206, 175) |
| HSL | hsl(162, 52%, 60%) |
| CMYK | cmyk(51%, 0%, 15%, 19%) |
| LAB | lab(76.1 -37.9 6.2) |
| LCH | lch(76.1 38.4 170.8) |
| OKLCH | oklch(0.780 0.108 171.7) |
Copy-ready code
/* CSS */
color: #65ceaf;
background-color: #65ceaf;
/* Tailwind (arbitrary) */
class="text-[#65ceaf] bg-[#65ceaf]"
/* SCSS */
$brand: #65ceaf;
/* SwiftUI */
Color(red: 0.396, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#65ceaf")Accessibility — WCAG contrast
Aa
#65ceaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65ceaf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#65ceaf text on a black background
contrast 11.00:1
Card sample
#65ceaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65ceaf;
Background color
Panel with #65ceaf background
background-color: #65ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65ceaf; background: linear-gradient(135deg, #65ceaf, #65A7CE);