#46cead
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 206, 173
HSL
165°, 58%, 54%
CMYK
66, 0, 16, 19
Luminance
0.4846
Every format
| HEX | #46cead |
| RGB | rgb(70, 206, 173) |
| HSL | hsl(165, 58%, 54%) |
| CMYK | cmyk(66%, 0%, 16%, 19%) |
| LAB | lab(75.1 -44.4 5.7) |
| LCH | lch(75.1 44.8 172.6) |
| OKLCH | oklch(0.769 0.126 173.4) |
Copy-ready code
/* CSS */
color: #46cead;
background-color: #46cead;
/* Tailwind (arbitrary) */
class="text-[#46cead] bg-[#46cead]"
/* SCSS */
$brand: #46cead;
/* SwiftUI */
Color(red: 0.275, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#46cead")Accessibility — WCAG contrast
Aa
#46cead on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cead on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.8%
Blue67.8%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#46cead text on a black background
contrast 10.69:1
Card sample
#46cead text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cead;
Background color
Panel with #46cead background
background-color: #46cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cead; background: linear-gradient(135deg, #46cead, #4694CE);