#3ffccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
63, 252, 204
HSL
165°, 97%, 62%
CMYK
75, 0, 19, 1
Luminance
0.7504
Every format
| HEX | #3ffccc |
| RGB | rgb(63, 252, 204) |
| HSL | hsl(165, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 19%, 1%) |
| LAB | lab(89.4 -56.9 9.9) |
| LCH | lch(89.4 57.7 170.1) |
| OKLCH | oklch(0.888 0.161 171.0) |
Copy-ready code
/* CSS */
color: #3ffccc;
background-color: #3ffccc;
/* Tailwind (arbitrary) */
class="text-[#3ffccc] bg-[#3ffccc]"
/* SCSS */
$brand: #3ffccc;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#3ffccc")Accessibility — WCAG contrast
Aa
#3ffccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffccc on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#3ffccc text on a black background
contrast 16.01:1
Card sample
#3ffccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffccc;
Background color
Panel with #3ffccc background
background-color: #3ffccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffccc; background: linear-gradient(135deg, #3ffccc, #3FAEFC);