#46f8cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
70, 248, 207
HSL
166°, 93%, 62%
CMYK
72, 0, 17, 3
Luminance
0.7294
Every format
| HEX | #46f8cf |
| RGB | rgb(70, 248, 207) |
| HSL | hsl(166, 93%, 62%) |
| CMYK | cmyk(72%, 0%, 17%, 3%) |
| LAB | lab(88.4 -53.7 6.9) |
| LCH | lch(88.4 54.1 172.7) |
| OKLCH | oklch(0.881 0.153 173.4) |
Copy-ready code
/* CSS */
color: #46f8cf;
background-color: #46f8cf;
/* Tailwind (arbitrary) */
class="text-[#46f8cf] bg-[#46f8cf]"
/* SCSS */
$brand: #46f8cf;
/* SwiftUI */
Color(red: 0.275, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#46f8cf")Accessibility — WCAG contrast
Aa
#46f8cf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46f8cf on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green97.3%
Blue81.2%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#46f8cf text on a black background
contrast 15.59:1
Card sample
#46f8cf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46f8cf;
Background color
Panel with #46f8cf background
background-color: #46f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46f8cf; background: linear-gradient(135deg, #46f8cf, #46AAF8);