#35eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
53, 236, 235
HSL
180°, 83%, 57%
CMYK
78, 0, 0, 8
Luminance
0.6675
Every format
| HEX | #35eceb |
| RGB | rgb(53, 236, 235) |
| HSL | hsl(180, 83%, 57%) |
| CMYK | cmyk(78%, 0%, 0%, 8%) |
| LAB | lab(85.4 -43.1 -12.2) |
| LCH | lch(85.4 44.8 195.8) |
| OKLCH | oklch(0.858 0.138 194.3) |
Copy-ready code
/* CSS */
color: #35eceb;
background-color: #35eceb;
/* Tailwind (arbitrary) */
class="text-[#35eceb] bg-[#35eceb]"
/* SCSS */
$brand: #35eceb;
/* SwiftUI */
Color(red: 0.208, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#35eceb")Accessibility — WCAG contrast
Aa
#35eceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35eceb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green92.5%
Blue92.2%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#35eceb text on a black background
contrast 14.35:1
Card sample
#35eceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35eceb;
Background color
Panel with #35eceb background
background-color: #35eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35eceb; background: linear-gradient(135deg, #35eceb, #3573EC);