#35fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
53, 252, 204
HSL
166°, 97%, 60%
CMYK
79, 0, 19, 1
Luminance
0.7474
Every format
| HEX | #35fccc |
| RGB | rgb(53, 252, 204) |
| HSL | hsl(166, 97%, 60%) |
| CMYK | cmyk(79%, 0%, 19%, 1%) |
| LAB | lab(89.3 -57.9 9.7) |
| LCH | lch(89.3 58.7 170.5) |
| OKLCH | oklch(0.887 0.164 171.4) |
Copy-ready code
/* CSS */
color: #35fccc;
background-color: #35fccc;
/* Tailwind (arbitrary) */
class="text-[#35fccc] bg-[#35fccc]"
/* SCSS */
$brand: #35fccc;
/* SwiftUI */
Color(red: 0.208, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#35fccc")Accessibility — WCAG contrast
Aa
#35fccc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35fccc on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green98.8%
Blue80.0%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#35fccc text on a black background
contrast 15.95:1
Card sample
#35fccc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35fccc;
Background color
Panel with #35fccc background
background-color: #35fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35fccc; background: linear-gradient(135deg, #35fccc, #35A7FC);