#35dfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
53, 223, 173
HSL
162°, 73%, 54%
CMYK
76, 0, 22, 13
Luminance
0.5655
Every format
| HEX | #35dfad |
| RGB | rgb(53, 223, 173) |
| HSL | hsl(162, 73%, 54%) |
| CMYK | cmyk(76%, 0%, 22%, 13%) |
| LAB | lab(79.9 -53.7 12.6) |
| LCH | lch(79.9 55.2 166.8) |
| OKLCH | oklch(0.808 0.152 167.8) |
Copy-ready code
/* CSS */
color: #35dfad;
background-color: #35dfad;
/* Tailwind (arbitrary) */
class="text-[#35dfad] bg-[#35dfad]"
/* SCSS */
$brand: #35dfad;
/* SwiftUI */
Color(red: 0.208, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#35dfad")Accessibility — WCAG contrast
Aa
#35dfad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35dfad on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green87.5%
Blue67.8%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#35dfad text on a black background
contrast 12.31:1
Card sample
#35dfad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35dfad;
Background color
Panel with #35dfad background
background-color: #35dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35dfad; background: linear-gradient(135deg, #35dfad, #359FDF);