#35f2ce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
53, 242, 206
HSL
169°, 88%, 58%
CMYK
78, 0, 15, 5
Luminance
0.6872
Every format
| HEX | #35f2ce |
| RGB | rgb(53, 242, 206) |
| HSL | hsl(169, 88%, 58%) |
| CMYK | cmyk(78%, 0%, 15%, 5%) |
| LAB | lab(86.4 -53.4 4.4) |
| LCH | lch(86.4 53.6 175.2) |
| OKLCH | oklch(0.863 0.152 175.9) |
Copy-ready code
/* CSS */
color: #35f2ce;
background-color: #35f2ce;
/* Tailwind (arbitrary) */
class="text-[#35f2ce] bg-[#35f2ce]"
/* SCSS */
$brand: #35f2ce;
/* SwiftUI */
Color(red: 0.208, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#35f2ce")Accessibility — WCAG contrast
Aa
#35f2ce on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35f2ce on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green94.9%
Blue80.8%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#35f2ce text on a black background
contrast 14.74:1
Card sample
#35f2ce text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35f2ce;
Background color
Panel with #35f2ce background
background-color: #35f2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35f2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35f2ce; background: linear-gradient(135deg, #35f2ce, #3598F2);