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