#46fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
70, 253, 206
HSL
165°, 98%, 63%
CMYK
72, 0, 19, 1
Luminance
0.7601
Every format
| HEX | #46fdce |
| RGB | rgb(70, 253, 206) |
| HSL | hsl(165, 98%, 63%) |
| CMYK | cmyk(72%, 0%, 19%, 1%) |
| LAB | lab(89.9 -56.0 9.5) |
| LCH | lch(89.9 56.8 170.4) |
| OKLCH | oklch(0.893 0.159 171.2) |
Copy-ready code
/* CSS */
color: #46fdce;
background-color: #46fdce;
/* Tailwind (arbitrary) */
class="text-[#46fdce] bg-[#46fdce]"
/* SCSS */
$brand: #46fdce;
/* SwiftUI */
Color(red: 0.275, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#46fdce")Accessibility — WCAG contrast
Aa
#46fdce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fdce on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#46fdce text on a black background
contrast 16.20:1
Card sample
#46fdce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fdce;
Background color
Panel with #46fdce background
background-color: #46fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fdce; background: linear-gradient(135deg, #46fdce, #46B2FD);