#43c0ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
67, 192, 171
HSL
170°, 50%, 51%
CMYK
65, 0, 11, 25
Luminance
0.4183
Every format
| HEX | #43c0ab |
| RGB | rgb(67, 192, 171) |
| HSL | hsl(170, 50%, 51%) |
| CMYK | cmyk(65%, 0%, 11%, 25%) |
| LAB | lab(70.8 -39.2 0.5) |
| LCH | lch(70.8 39.2 179.3) |
| OKLCH | oklch(0.734 0.114 179.7) |
Copy-ready code
/* CSS */
color: #43c0ab;
background-color: #43c0ab;
/* Tailwind (arbitrary) */
class="text-[#43c0ab] bg-[#43c0ab]"
/* SCSS */
$brand: #43c0ab;
/* SwiftUI */
Color(red: 0.263, green: 0.753, blue: 0.671)
/* Android */
Color.parseColor("#43c0ab")Accessibility — WCAG contrast
Aa
#43c0ab on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43c0ab on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green75.3%
Blue67.1%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow10.9%
Key (black)24.7%
Color previews
#43c0ab text on a black background
contrast 9.37:1
Card sample
#43c0ab text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43c0ab;
Background color
Panel with #43c0ab background
background-color: #43c0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43c0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 192, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 192, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43c0ab; background: linear-gradient(135deg, #43c0ab, #4382C0);