#46cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
70, 205, 203
HSL
179°, 57%, 54%
CMYK
66, 0, 1, 20
Luminance
0.4928
Every format
| HEX | #46cdcb |
| RGB | rgb(70, 205, 203) |
| HSL | hsl(179, 57%, 54%) |
| CMYK | cmyk(66%, 0%, 1%, 20%) |
| LAB | lab(75.6 -36.1 -9.7) |
| LCH | lch(75.6 37.4 195.0) |
| OKLCH | oklch(0.776 0.114 193.6) |
Copy-ready code
/* CSS */
color: #46cdcb;
background-color: #46cdcb;
/* Tailwind (arbitrary) */
class="text-[#46cdcb] bg-[#46cdcb]"
/* SCSS */
$brand: #46cdcb;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#46cdcb")Accessibility — WCAG contrast
Aa
#46cdcb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cdcb on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue79.6%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#46cdcb text on a black background
contrast 10.86:1
Card sample
#46cdcb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cdcb;
Background color
Panel with #46cdcb background
background-color: #46cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cdcb; background: linear-gradient(135deg, #46cdcb, #4675CD);