#46cda4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 205, 164
HSL
162°, 57%, 54%
CMYK
66, 0, 20, 20
Luminance
0.4765
Every format
| HEX | #46cda4 |
| RGB | rgb(70, 205, 164) |
| HSL | hsl(162, 57%, 54%) |
| CMYK | cmyk(66%, 0%, 20%, 20%) |
| LAB | lab(74.6 -46.1 9.8) |
| LCH | lch(74.6 47.2 168.0) |
| OKLCH | oklch(0.765 0.131 168.9) |
Copy-ready code
/* CSS */
color: #46cda4;
background-color: #46cda4;
/* Tailwind (arbitrary) */
class="text-[#46cda4] bg-[#46cda4]"
/* SCSS */
$brand: #46cda4;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 0.643)
/* Android */
Color.parseColor("#46cda4")Accessibility — WCAG contrast
Aa
#46cda4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cda4 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue64.3%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow20.0%
Key (black)19.6%
Color previews
#46cda4 text on a black background
contrast 10.53:1
Card sample
#46cda4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cda4;
Background color
Panel with #46cda4 background
background-color: #46cda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cda4; background: linear-gradient(135deg, #46cda4, #469CCD);