#46fdad
a balanced, electric green · cool · closest name: aquamarine
RGB
70, 253, 173
HSL
154°, 98%, 63%
CMYK
72, 0, 32, 1
Luminance
0.7457
Every format
| HEX | #46fdad |
| RGB | rgb(70, 253, 173) |
| HSL | hsl(154, 98%, 63%) |
| CMYK | cmyk(72%, 0%, 32%, 1%) |
| LAB | lab(89.2 -63.2 25.5) |
| LCH | lch(89.2 68.1 158.0) |
| OKLCH | oklch(0.885 0.183 159.4) |
Copy-ready code
/* CSS */
color: #46fdad;
background-color: #46fdad;
/* Tailwind (arbitrary) */
class="text-[#46fdad] bg-[#46fdad]"
/* SCSS */
$brand: #46fdad;
/* SwiftUI */
Color(red: 0.275, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#46fdad")Accessibility — WCAG contrast
Aa
#46fdad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fdad on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.2%
Blue67.8%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#46fdad text on a black background
contrast 15.91:1
Card sample
#46fdad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fdad;
Background color
Panel with #46fdad background
background-color: #46fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fdad; background: linear-gradient(135deg, #46fdad, #46D3FD);