#35ffc1
a balanced, electric cyan · cool · closest name: aquamarine
RGB
53, 255, 193
HSL
162°, 100%, 60%
CMYK
79, 0, 24, 0
Luminance
0.7613
Every format
| HEX | #35ffc1 |
| RGB | rgb(53, 255, 193) |
| HSL | hsl(162, 100%, 60%) |
| CMYK | cmyk(79%, 0%, 24%, 0%) |
| LAB | lab(89.9 -61.6 16.3) |
| LCH | lch(89.9 63.7 165.2) |
| OKLCH | oklch(0.891 0.175 166.3) |
Copy-ready code
/* CSS */
color: #35ffc1;
background-color: #35ffc1;
/* Tailwind (arbitrary) */
class="text-[#35ffc1] bg-[#35ffc1]"
/* SCSS */
$brand: #35ffc1;
/* SwiftUI */
Color(red: 0.208, green: 1.000, blue: 0.757)
/* Android */
Color.parseColor("#35ffc1")Accessibility — WCAG contrast
Aa
#35ffc1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ffc1 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green100.0%
Blue75.7%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow24.3%
Key (black)0.0%
Color previews
#35ffc1 text on a black background
contrast 16.23:1
Card sample
#35ffc1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ffc1;
Background color
Panel with #35ffc1 background
background-color: #35ffc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ffc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 255, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 255, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ffc1; background: linear-gradient(135deg, #35ffc1, #35B6FF);