#2ffccb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 252, 203
HSL
166°, 97%, 59%
CMYK
81, 0, 19, 1
Luminance
0.7454
Every format
| HEX | #2ffccb |
| RGB | rgb(47, 252, 203) |
| HSL | hsl(166, 97%, 59%) |
| CMYK | cmyk(81%, 0%, 19%, 1%) |
| LAB | lab(89.2 -58.6 10.0) |
| LCH | lch(89.2 59.5 170.3) |
| OKLCH | oklch(0.886 0.166 171.1) |
Copy-ready code
/* CSS */
color: #2ffccb;
background-color: #2ffccb;
/* Tailwind (arbitrary) */
class="text-[#2ffccb] bg-[#2ffccb]"
/* SCSS */
$brand: #2ffccb;
/* SwiftUI */
Color(red: 0.184, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#2ffccb")Accessibility — WCAG contrast
Aa
#2ffccb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffccb on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.8%
Blue79.6%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#2ffccb text on a black background
contrast 15.91:1
Card sample
#2ffccb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffccb;
Background color
Panel with #2ffccb background
background-color: #2ffccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffccb; background: linear-gradient(135deg, #2ffccb, #2FA4FC);