#3dfad3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
61, 250, 211
HSL
168°, 95%, 61%
CMYK
76, 0, 16, 2
Luminance
0.7407
Every format
| HEX | #3dfad3 |
| RGB | rgb(61, 250, 211) |
| HSL | hsl(168, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 16%, 2%) |
| LAB | lab(89.0 -54.6 5.6) |
| LCH | lch(89.0 54.9 174.1) |
| OKLCH | oklch(0.885 0.155 174.8) |
Copy-ready code
/* CSS */
color: #3dfad3;
background-color: #3dfad3;
/* Tailwind (arbitrary) */
class="text-[#3dfad3] bg-[#3dfad3]"
/* SCSS */
$brand: #3dfad3;
/* SwiftUI */
Color(red: 0.239, green: 0.980, blue: 0.827)
/* Android */
Color.parseColor("#3dfad3")Accessibility — WCAG contrast
Aa
#3dfad3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfad3 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.0%
Blue82.7%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow15.6%
Key (black)2.0%
Color previews
#3dfad3 text on a black background
contrast 15.81:1
Card sample
#3dfad3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfad3;
Background color
Panel with #3dfad3 background
background-color: #3dfad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 250, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 250, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfad3; background: linear-gradient(135deg, #3dfad3, #3DA3FA);