#35afad
a dark, vivid cyan · cool · closest name: teal
RGB
53, 175, 173
HSL
179°, 54%, 45%
CMYK
70, 0, 1, 31
Luminance
0.3443
Every format
| HEX | #35afad |
| RGB | rgb(53, 175, 173) |
| HSL | hsl(179, 54%, 45%) |
| CMYK | cmyk(70%, 0%, 1%, 31%) |
| LAB | lab(65.3 -32.9 -8.7) |
| LCH | lch(65.3 34.1 194.8) |
| OKLCH | oklch(0.689 0.104 193.4) |
Copy-ready code
/* CSS */
color: #35afad;
background-color: #35afad;
/* Tailwind (arbitrary) */
class="text-[#35afad] bg-[#35afad]"
/* SCSS */
$brand: #35afad;
/* SwiftUI */
Color(red: 0.208, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#35afad")Accessibility — WCAG contrast
Aa
#35afad on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35afad on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green68.6%
Blue67.8%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#35afad text on a black background
contrast 7.89:1
Card sample
#35afad text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35afad;
Background color
Panel with #35afad background
background-color: #35afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35afad; background: linear-gradient(135deg, #35afad, #3560AF);