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