#46eccb
a balanced, electric cyan · cool · closest name: turquoise
RGB
70, 236, 203
HSL
168°, 81%, 60%
CMYK
70, 0, 14, 8
Luminance
0.6560
Every format
| HEX | #46eccb |
| RGB | rgb(70, 236, 203) |
| HSL | hsl(168, 81%, 60%) |
| CMYK | cmyk(70%, 0%, 14%, 8%) |
| LAB | lab(84.8 -49.7 3.8) |
| LCH | lch(84.8 49.9 175.7) |
| OKLCH | oklch(0.851 0.142 176.3) |
Copy-ready code
/* CSS */
color: #46eccb;
background-color: #46eccb;
/* Tailwind (arbitrary) */
class="text-[#46eccb] bg-[#46eccb]"
/* SCSS */
$brand: #46eccb;
/* SwiftUI */
Color(red: 0.275, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#46eccb")Accessibility — WCAG contrast
Aa
#46eccb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46eccb on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green92.5%
Blue79.6%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#46eccb text on a black background
contrast 14.12:1
Card sample
#46eccb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46eccb;
Background color
Panel with #46eccb background
background-color: #46eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46eccb; background: linear-gradient(135deg, #46eccb, #469EEC);