#46eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
70, 236, 207
HSL
170°, 81%, 60%
CMYK
70, 0, 12, 8
Luminance
0.6580
Every format
| HEX | #46eccf |
| RGB | rgb(70, 236, 207) |
| HSL | hsl(170, 81%, 60%) |
| CMYK | cmyk(70%, 0%, 12%, 8%) |
| LAB | lab(84.9 -48.7 1.8) |
| LCH | lch(84.9 48.8 177.9) |
| OKLCH | oklch(0.852 0.140 178.3) |
Copy-ready code
/* CSS */
color: #46eccf;
background-color: #46eccf;
/* Tailwind (arbitrary) */
class="text-[#46eccf] bg-[#46eccf]"
/* SCSS */
$brand: #46eccf;
/* SwiftUI */
Color(red: 0.275, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#46eccf")Accessibility — WCAG contrast
Aa
#46eccf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46eccf on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#46eccf text on a black background
contrast 14.16:1
Card sample
#46eccf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46eccf;
Background color
Panel with #46eccf background
background-color: #46eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46eccf; background: linear-gradient(135deg, #46eccf, #469AEC);