#35eace
a balanced, electric cyan · cool · closest name: turquoise
RGB
53, 234, 206
HSL
171°, 81%, 56%
CMYK
77, 0, 12, 8
Luminance
0.6406
Every format
| HEX | #35eace |
| RGB | rgb(53, 234, 206) |
| HSL | hsl(171, 81%, 56%) |
| CMYK | cmyk(77%, 0%, 12%, 8%) |
| LAB | lab(84.0 -50.1 1.0) |
| LCH | lch(84.0 50.1 178.8) |
| OKLCH | oklch(0.844 0.144 179.3) |
Copy-ready code
/* CSS */
color: #35eace;
background-color: #35eace;
/* Tailwind (arbitrary) */
class="text-[#35eace] bg-[#35eace]"
/* SCSS */
$brand: #35eace;
/* SwiftUI */
Color(red: 0.208, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#35eace")Accessibility — WCAG contrast
Aa
#35eace on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35eace on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green91.8%
Blue80.8%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#35eace text on a black background
contrast 13.81:1
Card sample
#35eace text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35eace;
Background color
Panel with #35eace background
background-color: #35eace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35eace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35eace; background: linear-gradient(135deg, #35eace, #358DEA);