#3dfdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
61, 253, 206
HSL
165°, 98%, 62%
CMYK
76, 0, 19, 1
Luminance
0.7570
Every format
| HEX | #3dfdce |
| RGB | rgb(61, 253, 206) |
| HSL | hsl(165, 98%, 62%) |
| CMYK | cmyk(76%, 0%, 19%, 1%) |
| LAB | lab(89.7 -57.0 9.3) |
| LCH | lch(89.7 57.7 170.7) |
| OKLCH | oklch(0.891 0.161 171.6) |
Copy-ready code
/* CSS */
color: #3dfdce;
background-color: #3dfdce;
/* Tailwind (arbitrary) */
class="text-[#3dfdce] bg-[#3dfdce]"
/* SCSS */
$brand: #3dfdce;
/* SwiftUI */
Color(red: 0.239, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#3dfdce")Accessibility — WCAG contrast
Aa
#3dfdce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfdce on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green99.2%
Blue80.8%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#3dfdce text on a black background
contrast 16.14:1
Card sample
#3dfdce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfdce;
Background color
Panel with #3dfdce background
background-color: #3dfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfdce; background: linear-gradient(135deg, #3dfdce, #3DACFD);