#46fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
70, 252, 223
HSL
170°, 97%, 63%
CMYK
72, 0, 12, 1
Luminance
0.7625
Every format
| HEX | #46fcdf |
| RGB | rgb(70, 252, 223) |
| HSL | hsl(170, 97%, 63%) |
| CMYK | cmyk(72%, 0%, 12%, 1%) |
| LAB | lab(90.0 -51.4 0.9) |
| LCH | lch(90.0 51.4 179.0) |
| OKLCH | oklch(0.895 0.148 179.4) |
Copy-ready code
/* CSS */
color: #46fcdf;
background-color: #46fcdf;
/* Tailwind (arbitrary) */
class="text-[#46fcdf] bg-[#46fcdf]"
/* SCSS */
$brand: #46fcdf;
/* SwiftUI */
Color(red: 0.275, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#46fcdf")Accessibility — WCAG contrast
Aa
#46fcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fcdf on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#46fcdf text on a black background
contrast 16.25:1
Card sample
#46fcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fcdf;
Background color
Panel with #46fcdf background
background-color: #46fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fcdf; background: linear-gradient(135deg, #46fcdf, #46A0FC);