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