#35eee1
a balanced, electric cyan · cool · closest name: turquoise
RGB
53, 238, 225
HSL
176°, 85%, 57%
CMYK
78, 0, 6, 7
Luminance
0.6734
Every format
| HEX | #35eee1 |
| RGB | rgb(53, 238, 225) |
| HSL | hsl(176, 85%, 57%) |
| CMYK | cmyk(78%, 0%, 6%, 7%) |
| LAB | lab(85.7 -46.8 -6.5) |
| LCH | lch(85.7 47.2 187.9) |
| OKLCH | oklch(0.859 0.141 187.5) |
Copy-ready code
/* CSS */
color: #35eee1;
background-color: #35eee1;
/* Tailwind (arbitrary) */
class="text-[#35eee1] bg-[#35eee1]"
/* SCSS */
$brand: #35eee1;
/* SwiftUI */
Color(red: 0.208, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#35eee1")Accessibility — WCAG contrast
Aa
#35eee1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35eee1 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green93.3%
Blue88.2%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#35eee1 text on a black background
contrast 14.47:1
Card sample
#35eee1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35eee1;
Background color
Panel with #35eee1 background
background-color: #35eee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35eee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35eee1; background: linear-gradient(135deg, #35eee1, #3580EE);