#35afbc
a balanced, vivid cyan · cool · closest name: teal
RGB
53, 175, 188
HSL
186°, 56%, 47%
CMYK
72, 7, 0, 26
Luminance
0.3505
Every format
| HEX | #35afbc |
| RGB | rgb(53, 175, 188) |
| HSL | hsl(186, 56%, 47%) |
| CMYK | cmyk(72%, 7%, 0%, 26%) |
| LAB | lab(65.8 -28.5 -16.3) |
| LCH | lch(65.8 32.8 209.8) |
| OKLCH | oklch(0.694 0.105 205.5) |
Copy-ready code
/* CSS */
color: #35afbc;
background-color: #35afbc;
/* Tailwind (arbitrary) */
class="text-[#35afbc] bg-[#35afbc]"
/* SCSS */
$brand: #35afbc;
/* SwiftUI */
Color(red: 0.208, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#35afbc")Accessibility — WCAG contrast
Aa
#35afbc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35afbc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green68.6%
Blue73.7%
CMYK percentages
Cyan71.8%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#35afbc text on a black background
contrast 8.01:1
Card sample
#35afbc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35afbc;
Background color
Panel with #35afbc background
background-color: #35afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35afbc; background: linear-gradient(135deg, #35afbc, #3555BC);