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