#3dffce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
61, 255, 206
HSL
165°, 100%, 62%
CMYK
76, 0, 19, 0
Luminance
0.7697
Every format
| HEX | #3dffce |
| RGB | rgb(61, 255, 206) |
| HSL | hsl(165, 100%, 62%) |
| CMYK | cmyk(76%, 0%, 19%, 0%) |
| LAB | lab(90.3 -57.8 10.1) |
| LCH | lch(90.3 58.7 170.1) |
| OKLCH | oklch(0.896 0.164 170.9) |
Copy-ready code
/* CSS */
color: #3dffce;
background-color: #3dffce;
/* Tailwind (arbitrary) */
class="text-[#3dffce] bg-[#3dffce]"
/* SCSS */
$brand: #3dffce;
/* SwiftUI */
Color(red: 0.239, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#3dffce")Accessibility — WCAG contrast
Aa
#3dffce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dffce on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green100.0%
Blue80.8%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#3dffce text on a black background
contrast 16.39:1
Card sample
#3dffce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dffce;
Background color
Panel with #3dffce background
background-color: #3dffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dffce; background: linear-gradient(135deg, #3dffce, #3DAFFF);