#2dfcce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
45, 252, 206
HSL
167°, 97%, 58%
CMYK
82, 0, 18, 1
Luminance
0.7463
Every format
| HEX | #2dfcce |
| RGB | rgb(45, 252, 206) |
| HSL | hsl(167, 97%, 58%) |
| CMYK | cmyk(82%, 0%, 18%, 1%) |
| LAB | lab(89.2 -58.1 8.6) |
| LCH | lch(89.2 58.7 171.6) |
| OKLCH | oklch(0.886 0.164 172.4) |
Copy-ready code
/* CSS */
color: #2dfcce;
background-color: #2dfcce;
/* Tailwind (arbitrary) */
class="text-[#2dfcce] bg-[#2dfcce]"
/* SCSS */
$brand: #2dfcce;
/* SwiftUI */
Color(red: 0.176, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#2dfcce")Accessibility — WCAG contrast
Aa
#2dfcce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfcce on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.8%
Blue80.8%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#2dfcce text on a black background
contrast 15.93:1
Card sample
#2dfcce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfcce;
Background color
Panel with #2dfcce background
background-color: #2dfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfcce; background: linear-gradient(135deg, #2dfcce, #2DA0FC);