#46fada
a balanced, electric cyan · cool · closest name: aquamarine
RGB
70, 250, 218
HSL
169°, 95%, 63%
CMYK
72, 0, 13, 2
Luminance
0.7474
Every format
| HEX | #46fada |
| RGB | rgb(70, 250, 218) |
| HSL | hsl(169, 95%, 63%) |
| CMYK | cmyk(72%, 0%, 13%, 2%) |
| LAB | lab(89.3 -51.8 2.4) |
| LCH | lch(89.3 51.9 177.3) |
| OKLCH | oklch(0.889 0.149 177.8) |
Copy-ready code
/* CSS */
color: #46fada;
background-color: #46fada;
/* Tailwind (arbitrary) */
class="text-[#46fada] bg-[#46fada]"
/* SCSS */
$brand: #46fada;
/* SwiftUI */
Color(red: 0.275, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#46fada")Accessibility — WCAG contrast
Aa
#46fada on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fada on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green98.0%
Blue85.5%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#46fada text on a black background
contrast 15.95:1
Card sample
#46fada text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fada;
Background color
Panel with #46fada background
background-color: #46fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fada; background: linear-gradient(135deg, #46fada, #46A2FA);