#35c39f
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 195, 159
HSL
165°, 57%, 49%
CMYK
73, 0, 19, 24
Luminance
0.4229
Every format
| HEX | #35c39f |
| RGB | rgb(53, 195, 159) |
| HSL | hsl(165, 57%, 49%) |
| CMYK | cmyk(73%, 0%, 19%, 24%) |
| LAB | lab(71.1 -45.6 7.5) |
| LCH | lch(71.1 46.3 170.7) |
| OKLCH | oklch(0.734 0.130 171.6) |
Copy-ready code
/* CSS */
color: #35c39f;
background-color: #35c39f;
/* Tailwind (arbitrary) */
class="text-[#35c39f] bg-[#35c39f]"
/* SCSS */
$brand: #35c39f;
/* SwiftUI */
Color(red: 0.208, green: 0.765, blue: 0.624)
/* Android */
Color.parseColor("#35c39f")Accessibility — WCAG contrast
Aa
#35c39f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35c39f on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green76.5%
Blue62.4%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow18.5%
Key (black)23.5%
Color previews
#35c39f text on a black background
contrast 9.46:1
Card sample
#35c39f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35c39f;
Background color
Panel with #35c39f background
background-color: #35c39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35c39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 195, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 195, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35c39f; background: linear-gradient(135deg, #35c39f, #3588C3);