#3cfdbb
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 253, 187
HSL
160°, 98%, 61%
CMYK
76, 0, 26, 1
Luminance
0.7480
Every format
| HEX | #3cfdbb |
| RGB | rgb(60, 253, 187) |
| HSL | hsl(160, 98%, 61%) |
| CMYK | cmyk(76%, 0%, 26%, 1%) |
| LAB | lab(89.3 -61.4 18.5) |
| LCH | lch(89.3 64.2 163.3) |
| OKLCH | oklch(0.886 0.175 164.4) |
Copy-ready code
/* CSS */
color: #3cfdbb;
background-color: #3cfdbb;
/* Tailwind (arbitrary) */
class="text-[#3cfdbb] bg-[#3cfdbb]"
/* SCSS */
$brand: #3cfdbb;
/* SwiftUI */
Color(red: 0.235, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#3cfdbb")Accessibility — WCAG contrast
Aa
#3cfdbb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfdbb on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green99.2%
Blue73.3%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#3cfdbb text on a black background
contrast 15.96:1
Card sample
#3cfdbb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfdbb;
Background color
Panel with #3cfdbb background
background-color: #3cfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfdbb; background: linear-gradient(135deg, #3cfdbb, #3CBEFD);