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