#3feeaf
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 238, 175
HSL
158°, 84%, 59%
CMYK
74, 0, 27, 7
Luminance
0.6530
Every format
| HEX | #3feeaf |
| RGB | rgb(63, 238, 175) |
| HSL | hsl(158, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 27%, 7%) |
| LAB | lab(84.6 -58.0 18.2) |
| LCH | lch(84.6 60.8 162.6) |
| OKLCH | oklch(0.847 0.166 163.8) |
Copy-ready code
/* CSS */
color: #3feeaf;
background-color: #3feeaf;
/* Tailwind (arbitrary) */
class="text-[#3feeaf] bg-[#3feeaf]"
/* SCSS */
$brand: #3feeaf;
/* SwiftUI */
Color(red: 0.247, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#3feeaf")Accessibility — WCAG contrast
Aa
#3feeaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3feeaf on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green93.3%
Blue68.6%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#3feeaf text on a black background
contrast 14.06:1
Card sample
#3feeaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3feeaf;
Background color
Panel with #3feeaf background
background-color: #3feeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3feeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3feeaf; background: linear-gradient(135deg, #3feeaf, #3FB8EE);