#2affcb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 255, 203
HSL
165°, 100%, 58%
CMYK
84, 0, 20, 0
Luminance
0.7632
Every format
| HEX | #2affcb |
| RGB | rgb(42, 255, 203) |
| HSL | hsl(165, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 20%, 0%) |
| LAB | lab(90.0 -60.2 11.2) |
| LCH | lch(90.0 61.2 169.4) |
| OKLCH | oklch(0.893 0.170 170.3) |
Copy-ready code
/* CSS */
color: #2affcb;
background-color: #2affcb;
/* Tailwind (arbitrary) */
class="text-[#2affcb] bg-[#2affcb]"
/* SCSS */
$brand: #2affcb;
/* SwiftUI */
Color(red: 0.165, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#2affcb")Accessibility — WCAG contrast
Aa
#2affcb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2affcb on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green100.0%
Blue79.6%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#2affcb text on a black background
contrast 16.26:1
Card sample
#2affcb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2affcb;
Background color
Panel with #2affcb background
background-color: #2affcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2affcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2affcb; background: linear-gradient(135deg, #2affcb, #2AA5FF);