#2ffccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 252, 207
HSL
167°, 97%, 59%
CMYK
81, 0, 18, 1
Luminance
0.7473
Every format
| HEX | #2ffccf |
| RGB | rgb(47, 252, 207) |
| HSL | hsl(167, 97%, 59%) |
| CMYK | cmyk(81%, 0%, 18%, 1%) |
| LAB | lab(89.3 -57.7 8.1) |
| LCH | lch(89.3 58.2 172.0) |
| OKLCH | oklch(0.887 0.163 172.8) |
Copy-ready code
/* CSS */
color: #2ffccf;
background-color: #2ffccf;
/* Tailwind (arbitrary) */
class="text-[#2ffccf] bg-[#2ffccf]"
/* SCSS */
$brand: #2ffccf;
/* SwiftUI */
Color(red: 0.184, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#2ffccf")Accessibility — WCAG contrast
Aa
#2ffccf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffccf on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.8%
Blue81.2%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#2ffccf text on a black background
contrast 15.95:1
Card sample
#2ffccf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffccf;
Background color
Panel with #2ffccf background
background-color: #2ffccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffccf; background: linear-gradient(135deg, #2ffccf, #2FA0FC);