#3ffdec
a balanced, electric cyan · cool · closest name: cyan
RGB
63, 253, 236
HSL
175°, 98%, 62%
CMYK
75, 0, 7, 1
Luminance
0.7736
Every format
| HEX | #3ffdec |
| RGB | rgb(63, 253, 236) |
| HSL | hsl(175, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 7%, 1%) |
| LAB | lab(90.5 -49.2 -5.2) |
| LCH | lch(90.5 49.5 186.0) |
| OKLCH | oklch(0.900 0.147 185.8) |
Copy-ready code
/* CSS */
color: #3ffdec;
background-color: #3ffdec;
/* Tailwind (arbitrary) */
class="text-[#3ffdec] bg-[#3ffdec]"
/* SCSS */
$brand: #3ffdec;
/* SwiftUI */
Color(red: 0.247, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#3ffdec")Accessibility — WCAG contrast
Aa
#3ffdec on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffdec on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.2%
Blue92.5%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#3ffdec text on a black background
contrast 16.47:1
Card sample
#3ffdec text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffdec;
Background color
Panel with #3ffdec background
background-color: #3ffdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffdec; background: linear-gradient(135deg, #3ffdec, #3F90FD);