#35ffff
a balanced, electric cyan · cool · “cyan”
RGB
53, 255, 255
HSL
180°, 100%, 60%
CMYK
79, 0, 0, 0
Luminance
0.7950
Every format
| HEX | #35ffff |
| RGB | rgb(53, 255, 255) |
| HSL | hsl(180, 100%, 60%) |
| CMYK | cmyk(79%, 0%, 0%, 0%) |
| LAB | lab(91.5 -45.8 -13.6) |
| LCH | lch(91.5 47.8 196.5) |
| OKLCH | oklch(0.909 0.147 194.9) |
Copy-ready code
/* CSS */
color: #35ffff;
background-color: #35ffff;
/* Tailwind (arbitrary) */
class="text-[#35ffff] bg-[#35ffff]"
/* SCSS */
$brand: #35ffff;
/* SwiftUI */
Color(red: 0.208, green: 1.000, blue: 1.000)
/* Android */
Color.parseColor("#35ffff")Accessibility — WCAG contrast
Aa
#35ffff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ffff on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green100.0%
Blue100.0%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow0.0%
Key (black)0.0%
Color previews
#35ffff text on a black background
contrast 16.90:1
Card sample
#35ffff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ffff;
Background color
Panel with #35ffff background
background-color: #35ffff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ffff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 255, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 255, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ffff; background: linear-gradient(135deg, #35ffff, #3578FF);