#35acaf
a dark, vivid cyan · cool · closest name: teal
RGB
53, 172, 175
HSL
182°, 54%, 45%
CMYK
70, 2, 0, 31
Luminance
0.3336
Every format
| HEX | #35acaf |
| RGB | rgb(53, 172, 175) |
| HSL | hsl(182, 54%, 45%) |
| CMYK | cmyk(70%, 2%, 0%, 31%) |
| LAB | lab(64.5 -30.9 -11.1) |
| LCH | lch(64.5 32.8 199.7) |
| OKLCH | oklch(0.682 0.102 197.5) |
Copy-ready code
/* CSS */
color: #35acaf;
background-color: #35acaf;
/* Tailwind (arbitrary) */
class="text-[#35acaf] bg-[#35acaf]"
/* SCSS */
$brand: #35acaf;
/* SwiftUI */
Color(red: 0.208, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#35acaf")Accessibility — WCAG contrast
Aa
#35acaf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35acaf on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.5%
Blue68.6%
CMYK percentages
Cyan69.7%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#35acaf text on a black background
contrast 7.67:1
Card sample
#35acaf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35acaf;
Background color
Panel with #35acaf background
background-color: #35acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35acaf; background: linear-gradient(135deg, #35acaf, #355BAF);