#3dfabe
a balanced, electric cyan · cool · closest name: aquamarine
RGB
61, 250, 190
HSL
161°, 95%, 61%
CMYK
76, 0, 24, 2
Luminance
0.7308
Every format
| HEX | #3dfabe |
| RGB | rgb(61, 250, 190) |
| HSL | hsl(161, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 24%, 2%) |
| LAB | lab(88.5 -59.5 15.8) |
| LCH | lch(88.5 61.6 165.1) |
| OKLCH | oklch(0.880 0.169 166.2) |
Copy-ready code
/* CSS */
color: #3dfabe;
background-color: #3dfabe;
/* Tailwind (arbitrary) */
class="text-[#3dfabe] bg-[#3dfabe]"
/* SCSS */
$brand: #3dfabe;
/* SwiftUI */
Color(red: 0.239, green: 0.980, blue: 0.745)
/* Android */
Color.parseColor("#3dfabe")Accessibility — WCAG contrast
Aa
#3dfabe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfabe on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.0%
Blue74.5%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow24.0%
Key (black)2.0%
Color previews
#3dfabe text on a black background
contrast 15.62:1
Card sample
#3dfabe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfabe;
Background color
Panel with #3dfabe background
background-color: #3dfabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 250, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 250, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfabe; background: linear-gradient(135deg, #3dfabe, #3DB8FA);