#46fbcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
70, 251, 207
HSL
165°, 96%, 63%
CMYK
72, 0, 18, 2
Luminance
0.7480
Every format
| HEX | #46fbcf |
| RGB | rgb(70, 251, 207) |
| HSL | hsl(165, 96%, 63%) |
| CMYK | cmyk(72%, 0%, 18%, 2%) |
| LAB | lab(89.3 -54.9 8.2) |
| LCH | lch(89.3 55.5 171.5) |
| OKLCH | oklch(0.888 0.156 172.3) |
Copy-ready code
/* CSS */
color: #46fbcf;
background-color: #46fbcf;
/* Tailwind (arbitrary) */
class="text-[#46fbcf] bg-[#46fbcf]"
/* SCSS */
$brand: #46fbcf;
/* SwiftUI */
Color(red: 0.275, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#46fbcf")Accessibility — WCAG contrast
Aa
#46fbcf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fbcf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green98.4%
Blue81.2%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#46fbcf text on a black background
contrast 15.96:1
Card sample
#46fbcf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fbcf;
Background color
Panel with #46fbcf background
background-color: #46fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fbcf; background: linear-gradient(135deg, #46fbcf, #46AEFB);