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