#43cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
67, 207, 172
HSL
165°, 59%, 54%
CMYK
68, 0, 17, 19
Luminance
0.4880
Every format
| HEX | #43cfac |
| RGB | rgb(67, 207, 172) |
| HSL | hsl(165, 59%, 54%) |
| CMYK | cmyk(68%, 0%, 17%, 19%) |
| LAB | lab(75.3 -45.5 6.6) |
| LCH | lch(75.3 46.0 171.8) |
| OKLCH | oklch(0.771 0.130 172.6) |
Copy-ready code
/* CSS */
color: #43cfac;
background-color: #43cfac;
/* Tailwind (arbitrary) */
class="text-[#43cfac] bg-[#43cfac]"
/* SCSS */
$brand: #43cfac;
/* SwiftUI */
Color(red: 0.263, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#43cfac")Accessibility — WCAG contrast
Aa
#43cfac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43cfac on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#43cfac text on a black background
contrast 10.76:1
Card sample
#43cfac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43cfac;
Background color
Panel with #43cfac background
background-color: #43cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43cfac; background: linear-gradient(135deg, #43cfac, #4395CF);