#46cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 207, 186
HSL
171°, 59%, 54%
CMYK
66, 0, 10, 19
Luminance
0.4947
Every format
| HEX | #46cfba |
| RGB | rgb(70, 207, 186) |
| HSL | hsl(171, 59%, 54%) |
| CMYK | cmyk(66%, 0%, 10%, 19%) |
| LAB | lab(75.7 -41.6 -0.3) |
| LCH | lch(75.7 41.6 180.5) |
| OKLCH | oklch(0.776 0.121 180.8) |
Copy-ready code
/* CSS */
color: #46cfba;
background-color: #46cfba;
/* Tailwind (arbitrary) */
class="text-[#46cfba] bg-[#46cfba]"
/* SCSS */
$brand: #46cfba;
/* SwiftUI */
Color(red: 0.275, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#46cfba")Accessibility — WCAG contrast
Aa
#46cfba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cfba on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#46cfba text on a black background
contrast 10.89:1
Card sample
#46cfba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cfba;
Background color
Panel with #46cfba background
background-color: #46cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cfba; background: linear-gradient(135deg, #46cfba, #4689CF);