#2affc7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 255, 199
HSL
164°, 100%, 58%
CMYK
84, 0, 22, 0
Luminance
0.7614
Every format
| HEX | #2affc7 |
| RGB | rgb(42, 255, 199) |
| HSL | hsl(164, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 22%, 0%) |
| LAB | lab(89.9 -61.1 13.2) |
| LCH | lch(89.9 62.5 167.8) |
| OKLCH | oklch(0.892 0.173 168.8) |
Copy-ready code
/* CSS */
color: #2affc7;
background-color: #2affc7;
/* Tailwind (arbitrary) */
class="text-[#2affc7] bg-[#2affc7]"
/* SCSS */
$brand: #2affc7;
/* SwiftUI */
Color(red: 0.165, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#2affc7")Accessibility — WCAG contrast
Aa
#2affc7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2affc7 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green100.0%
Blue78.0%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#2affc7 text on a black background
contrast 16.23:1
Card sample
#2affc7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2affc7;
Background color
Panel with #2affc7 background
background-color: #2affc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2affc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2affc7; background: linear-gradient(135deg, #2affc7, #2AA9FF);