#46ceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 206, 186
HSL
171°, 58%, 54%
CMYK
66, 0, 10, 19
Luminance
0.4899
Every format
| HEX | #46ceba |
| RGB | rgb(70, 206, 186) |
| HSL | hsl(171, 58%, 54%) |
| CMYK | cmyk(66%, 0%, 10%, 19%) |
| LAB | lab(75.4 -41.1 -0.8) |
| LCH | lch(75.4 41.1 181.1) |
| OKLCH | oklch(0.773 0.120 181.3) |
Copy-ready code
/* CSS */
color: #46ceba;
background-color: #46ceba;
/* Tailwind (arbitrary) */
class="text-[#46ceba] bg-[#46ceba]"
/* SCSS */
$brand: #46ceba;
/* SwiftUI */
Color(red: 0.275, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#46ceba")Accessibility — WCAG contrast
Aa
#46ceba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46ceba on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.8%
Blue72.9%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#46ceba text on a black background
contrast 10.80:1
Card sample
#46ceba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46ceba;
Background color
Panel with #46ceba background
background-color: #46ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46ceba; background: linear-gradient(135deg, #46ceba, #4687CE);