#3dfbce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
61, 251, 206
HSL
166°, 96%, 61%
CMYK
76, 0, 18, 2
Luminance
0.7444
Every format
| HEX | #3dfbce |
| RGB | rgb(61, 251, 206) |
| HSL | hsl(166, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 18%, 2%) |
| LAB | lab(89.1 -56.2 8.4) |
| LCH | lch(89.1 56.8 171.5) |
| OKLCH | oklch(0.886 0.159 172.3) |
Copy-ready code
/* CSS */
color: #3dfbce;
background-color: #3dfbce;
/* Tailwind (arbitrary) */
class="text-[#3dfbce] bg-[#3dfbce]"
/* SCSS */
$brand: #3dfbce;
/* SwiftUI */
Color(red: 0.239, green: 0.984, blue: 0.808)
/* Android */
Color.parseColor("#3dfbce")Accessibility — WCAG contrast
Aa
#3dfbce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfbce on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.4%
Blue80.8%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow17.9%
Key (black)1.6%
Color previews
#3dfbce text on a black background
contrast 15.89:1
Card sample
#3dfbce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfbce;
Background color
Panel with #3dfbce background
background-color: #3dfbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 251, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 251, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfbce; background: linear-gradient(135deg, #3dfbce, #3DA9FB);