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