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