#3ffccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
63, 252, 207
HSL
166°, 97%, 62%
CMYK
75, 0, 18, 1
Luminance
0.7518
Every format
| HEX | #3ffccf |
| RGB | rgb(63, 252, 207) |
| HSL | hsl(166, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 18%, 1%) |
| LAB | lab(89.5 -56.1 8.4) |
| LCH | lch(89.5 56.8 171.5) |
| OKLCH | oklch(0.889 0.159 172.3) |
Copy-ready code
/* CSS */
color: #3ffccf;
background-color: #3ffccf;
/* Tailwind (arbitrary) */
class="text-[#3ffccf] bg-[#3ffccf]"
/* SCSS */
$brand: #3ffccf;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#3ffccf")Accessibility — WCAG contrast
Aa
#3ffccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffccf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue81.2%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#3ffccf text on a black background
contrast 16.04:1
Card sample
#3ffccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffccf;
Background color
Panel with #3ffccf background
background-color: #3ffccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffccf; background: linear-gradient(135deg, #3ffccf, #3FABFC);