#46cec4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 206, 196
HSL
176°, 58%, 54%
CMYK
66, 0, 5, 19
Luminance
0.4943
Every format
| HEX | #46cec4 |
| RGB | rgb(70, 206, 196) |
| HSL | hsl(176, 58%, 54%) |
| CMYK | cmyk(66%, 0%, 5%, 19%) |
| LAB | lab(75.7 -38.5 -5.8) |
| LCH | lch(75.7 38.9 188.5) |
| OKLCH | oklch(0.776 0.116 188.0) |
Copy-ready code
/* CSS */
color: #46cec4;
background-color: #46cec4;
/* Tailwind (arbitrary) */
class="text-[#46cec4] bg-[#46cec4]"
/* SCSS */
$brand: #46cec4;
/* SwiftUI */
Color(red: 0.275, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#46cec4")Accessibility — WCAG contrast
Aa
#46cec4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cec4 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.8%
Blue76.9%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow4.9%
Key (black)19.2%
Color previews
#46cec4 text on a black background
contrast 10.89:1
Card sample
#46cec4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cec4;
Background color
Panel with #46cec4 background
background-color: #46cec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cec4; background: linear-gradient(135deg, #46cec4, #467DCE);