#3ffcda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
63, 252, 218
HSL
169°, 97%, 62%
CMYK
75, 0, 14, 1
Luminance
0.7574
Every format
| HEX | #3ffcda |
| RGB | rgb(63, 252, 218) |
| HSL | hsl(169, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 14%, 1%) |
| LAB | lab(89.7 -53.5 3.1) |
| LCH | lch(89.7 53.5 176.7) |
| OKLCH | oklch(0.892 0.153 177.2) |
Copy-ready code
/* CSS */
color: #3ffcda;
background-color: #3ffcda;
/* Tailwind (arbitrary) */
class="text-[#3ffcda] bg-[#3ffcda]"
/* SCSS */
$brand: #3ffcda;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#3ffcda")Accessibility — WCAG contrast
Aa
#3ffcda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffcda on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue85.5%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#3ffcda text on a black background
contrast 16.15:1
Card sample
#3ffcda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffcda;
Background color
Panel with #3ffcda background
background-color: #3ffcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffcda; background: linear-gradient(135deg, #3ffcda, #3FA0FC);