#35decf
a balanced, vivid cyan · cool · “turquoise”
RGB
53, 222, 207
HSL
175°, 72%, 54%
CMYK
76, 0, 7, 13
Luminance
0.5750
Every format
| HEX | #35decf |
| RGB | rgb(53, 222, 207) |
| HSL | hsl(175, 72%, 54%) |
| CMYK | cmyk(76%, 0%, 7%, 13%) |
| LAB | lab(80.5 -44.7 -4.7) |
| LCH | lch(80.5 45.0 186.0) |
| OKLCH | oklch(0.815 0.133 185.8) |
Copy-ready code
/* CSS */
color: #35decf;
background-color: #35decf;
/* Tailwind (arbitrary) */
class="text-[#35decf] bg-[#35decf]"
/* SCSS */
$brand: #35decf;
/* SwiftUI */
Color(red: 0.208, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#35decf")Accessibility — WCAG contrast
Aa
#35decf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35decf on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#35decf text on a black background
contrast 12.50:1
Card sample
#35decf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35decf;
Background color
Panel with #35decf background
background-color: #35decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35decf; background: linear-gradient(135deg, #35decf, #357CDE);