#2cfcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 252, 223
HSL
172°, 97%, 58%
CMYK
83, 0, 12, 1
Luminance
0.7548
Every format
| HEX | #2cfcdf |
| RGB | rgb(44, 252, 223) |
| HSL | hsl(172, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 12%, 1%) |
| LAB | lab(89.6 -53.9 0.3) |
| LCH | lch(89.6 53.9 179.7) |
| OKLCH | oklch(0.891 0.155 180.0) |
Copy-ready code
/* CSS */
color: #2cfcdf;
background-color: #2cfcdf;
/* Tailwind (arbitrary) */
class="text-[#2cfcdf] bg-[#2cfcdf]"
/* SCSS */
$brand: #2cfcdf;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#2cfcdf")Accessibility — WCAG contrast
Aa
#2cfcdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcdf on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#2cfcdf text on a black background
contrast 16.10:1
Card sample
#2cfcdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcdf;
Background color
Panel with #2cfcdf background
background-color: #2cfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcdf; background: linear-gradient(135deg, #2cfcdf, #2C8EFC);