#65fceb
a light, electric cyan · cool · closest name: turquoise
RGB
101, 252, 235
HSL
173°, 96%, 69%
CMYK
60, 0, 7, 1
Luminance
0.7839
Every format
| HEX | #65fceb |
| RGB | rgb(101, 252, 235) |
| HSL | hsl(173, 96%, 69%) |
| CMYK | cmyk(60%, 0%, 7%, 1%) |
| LAB | lab(91.0 -43.9 -3.9) |
| LCH | lch(91.0 44.1 185.0) |
| OKLCH | oklch(0.906 0.130 184.9) |
Copy-ready code
/* CSS */
color: #65fceb;
background-color: #65fceb;
/* Tailwind (arbitrary) */
class="text-[#65fceb] bg-[#65fceb]"
/* SCSS */
$brand: #65fceb;
/* SwiftUI */
Color(red: 0.396, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#65fceb")Accessibility — WCAG contrast
Aa
#65fceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65fceb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#65fceb text on a black background
contrast 16.68:1
Card sample
#65fceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65fceb;
Background color
Panel with #65fceb background
background-color: #65fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65fceb; background: linear-gradient(135deg, #65fceb, #65A8FC);