#46d2ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 210, 186
HSL
170°, 61%, 55%
CMYK
67, 0, 11, 18
Luminance
0.5094
Every format
| HEX | #46d2ba |
| RGB | rgb(70, 210, 186) |
| HSL | hsl(170, 61%, 55%) |
| CMYK | cmyk(67%, 0%, 11%, 18%) |
| LAB | lab(76.6 -42.9 1.0) |
| LCH | lch(76.6 42.9 178.7) |
| OKLCH | oklch(0.783 0.124 179.1) |
Copy-ready code
/* CSS */
color: #46d2ba;
background-color: #46d2ba;
/* Tailwind (arbitrary) */
class="text-[#46d2ba] bg-[#46d2ba]"
/* SCSS */
$brand: #46d2ba;
/* SwiftUI */
Color(red: 0.275, green: 0.824, blue: 0.729)
/* Android */
Color.parseColor("#46d2ba")Accessibility — WCAG contrast
Aa
#46d2ba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46d2ba on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green82.4%
Blue72.9%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow11.4%
Key (black)17.6%
Color previews
#46d2ba text on a black background
contrast 11.19:1
Card sample
#46d2ba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46d2ba;
Background color
Panel with #46d2ba background
background-color: #46d2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46d2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 210, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 210, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46d2ba; background: linear-gradient(135deg, #46d2ba, #468DD2);