#46cdc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 205, 194
HSL
175°, 57%, 54%
CMYK
66, 0, 5, 20
Luminance
0.4886
Every format
| HEX | #46cdc2 |
| RGB | rgb(70, 205, 194) |
| HSL | hsl(175, 57%, 54%) |
| CMYK | cmyk(66%, 0%, 5%, 20%) |
| LAB | lab(75.4 -38.5 -5.2) |
| LCH | lch(75.4 38.9 187.7) |
| OKLCH | oklch(0.773 0.116 187.3) |
Copy-ready code
/* CSS */
color: #46cdc2;
background-color: #46cdc2;
/* Tailwind (arbitrary) */
class="text-[#46cdc2] bg-[#46cdc2]"
/* SCSS */
$brand: #46cdc2;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#46cdc2")Accessibility — WCAG contrast
Aa
#46cdc2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cdc2 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue76.1%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow5.4%
Key (black)19.6%
Color previews
#46cdc2 text on a black background
contrast 10.77:1
Card sample
#46cdc2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cdc2;
Background color
Panel with #46cdc2 background
background-color: #46cdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cdc2; background: linear-gradient(135deg, #46cdc2, #467ECD);