#65fccc
a light, electric cyan · cool · closest name: aquamarine
RGB
101, 252, 204
HSL
161°, 96%, 69%
CMYK
60, 0, 19, 1
Luminance
0.7675
Every format
| HEX | #65fccc |
| RGB | rgb(101, 252, 204) |
| HSL | hsl(161, 96%, 69%) |
| CMYK | cmyk(60%, 0%, 19%, 1%) |
| LAB | lab(90.2 -51.3 11.1) |
| LCH | lch(90.2 52.5 167.8) |
| OKLCH | oklch(0.897 0.146 168.8) |
Copy-ready code
/* CSS */
color: #65fccc;
background-color: #65fccc;
/* Tailwind (arbitrary) */
class="text-[#65fccc] bg-[#65fccc]"
/* SCSS */
$brand: #65fccc;
/* SwiftUI */
Color(red: 0.396, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#65fccc")Accessibility — WCAG contrast
Aa
#65fccc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65fccc on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#65fccc text on a black background
contrast 16.35:1
Card sample
#65fccc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65fccc;
Background color
Panel with #65fccc background
background-color: #65fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65fccc; background: linear-gradient(135deg, #65fccc, #65C7FC);