#3ffcba
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 252, 186
HSL
159°, 97%, 62%
CMYK
75, 0, 26, 1
Luminance
0.7422
Every format
| HEX | #3ffcba |
| RGB | rgb(63, 252, 186) |
| HSL | hsl(159, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 26%, 1%) |
| LAB | lab(89.0 -60.9 18.6) |
| LCH | lch(89.0 63.7 163.0) |
| OKLCH | oklch(0.884 0.174 164.1) |
Copy-ready code
/* CSS */
color: #3ffcba;
background-color: #3ffcba;
/* Tailwind (arbitrary) */
class="text-[#3ffcba] bg-[#3ffcba]"
/* SCSS */
$brand: #3ffcba;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#3ffcba")Accessibility — WCAG contrast
Aa
#3ffcba on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffcba on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue72.9%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#3ffcba text on a black background
contrast 15.84:1
Card sample
#3ffcba text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffcba;
Background color
Panel with #3ffcba background
background-color: #3ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffcba; background: linear-gradient(135deg, #3ffcba, #3FC0FC);