#35ceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
53, 206, 175
HSL
168°, 61%, 51%
CMYK
74, 0, 15, 19
Luminance
0.4799
Every format
| HEX | #35ceaf |
| RGB | rgb(53, 206, 175) |
| HSL | hsl(168, 61%, 51%) |
| CMYK | cmyk(74%, 0%, 15%, 19%) |
| LAB | lab(74.8 -46.3 4.2) |
| LCH | lch(74.8 46.5 174.8) |
| OKLCH | oklch(0.766 0.132 175.5) |
Copy-ready code
/* CSS */
color: #35ceaf;
background-color: #35ceaf;
/* Tailwind (arbitrary) */
class="text-[#35ceaf] bg-[#35ceaf]"
/* SCSS */
$brand: #35ceaf;
/* SwiftUI */
Color(red: 0.208, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#35ceaf")Accessibility — WCAG contrast
Aa
#35ceaf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ceaf on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green80.8%
Blue68.6%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#35ceaf text on a black background
contrast 10.60:1
Card sample
#35ceaf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ceaf;
Background color
Panel with #35ceaf background
background-color: #35ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ceaf; background: linear-gradient(135deg, #35ceaf, #3587CE);