#35dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 223, 188
HSL
168°, 73%, 54%
CMYK
76, 0, 16, 13
Luminance
0.5716
Every format
| HEX | #35dfbc |
| RGB | rgb(53, 223, 188) |
| HSL | hsl(168, 73%, 54%) |
| CMYK | cmyk(76%, 0%, 16%, 13%) |
| LAB | lab(80.3 -50.1 5.1) |
| LCH | lch(80.3 50.4 174.2) |
| OKLCH | oklch(0.812 0.142 174.9) |
Copy-ready code
/* CSS */
color: #35dfbc;
background-color: #35dfbc;
/* Tailwind (arbitrary) */
class="text-[#35dfbc] bg-[#35dfbc]"
/* SCSS */
$brand: #35dfbc;
/* SwiftUI */
Color(red: 0.208, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#35dfbc")Accessibility — WCAG contrast
Aa
#35dfbc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35dfbc on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#35dfbc text on a black background
contrast 12.43:1
Card sample
#35dfbc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35dfbc;
Background color
Panel with #35dfbc background
background-color: #35dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35dfbc; background: linear-gradient(135deg, #35dfbc, #3591DF);