#2cfeba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
44, 254, 186
HSL
161°, 99%, 58%
CMYK
83, 0, 27, 0
Luminance
0.7496
Every format
| HEX | #2cfeba |
| RGB | rgb(44, 254, 186) |
| HSL | hsl(161, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 27%, 0%) |
| LAB | lab(89.4 -63.5 19.1) |
| LCH | lch(89.4 66.3 163.3) |
| OKLCH | oklch(0.886 0.181 164.4) |
Copy-ready code
/* CSS */
color: #2cfeba;
background-color: #2cfeba;
/* Tailwind (arbitrary) */
class="text-[#2cfeba] bg-[#2cfeba]"
/* SCSS */
$brand: #2cfeba;
/* SwiftUI */
Color(red: 0.173, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#2cfeba")Accessibility — WCAG contrast
Aa
#2cfeba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfeba on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#2cfeba text on a black background
contrast 15.99:1
Card sample
#2cfeba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfeba;
Background color
Panel with #2cfeba background
background-color: #2cfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfeba; background: linear-gradient(135deg, #2cfeba, #2CB6FE);