#35eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
53, 236, 205
HSL
170°, 83%, 57%
CMYK
78, 0, 13, 8
Luminance
0.6516
Every format
| HEX | #35eccd |
| RGB | rgb(53, 236, 205) |
| HSL | hsl(170, 83%, 57%) |
| CMYK | cmyk(78%, 0%, 13%, 8%) |
| LAB | lab(84.6 -51.2 2.4) |
| LCH | lch(84.6 51.2 177.4) |
| OKLCH | oklch(0.849 0.147 177.9) |
Copy-ready code
/* CSS */
color: #35eccd;
background-color: #35eccd;
/* Tailwind (arbitrary) */
class="text-[#35eccd] bg-[#35eccd]"
/* SCSS */
$brand: #35eccd;
/* SwiftUI */
Color(red: 0.208, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#35eccd")Accessibility — WCAG contrast
Aa
#35eccd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35eccd on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green92.5%
Blue80.4%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#35eccd text on a black background
contrast 14.03:1
Card sample
#35eccd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35eccd;
Background color
Panel with #35eccd background
background-color: #35eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35eccd; background: linear-gradient(135deg, #35eccd, #3591EC);