#43cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
67, 207, 186
HSL
171°, 59%, 54%
CMYK
68, 0, 10, 19
Luminance
0.4936
Every format
| HEX | #43cfba |
| RGB | rgb(67, 207, 186) |
| HSL | hsl(171, 59%, 54%) |
| CMYK | cmyk(68%, 0%, 10%, 19%) |
| LAB | lab(75.7 -42.0 -0.5) |
| LCH | lch(75.7 42.0 180.6) |
| OKLCH | oklch(0.775 0.122 180.9) |
Copy-ready code
/* CSS */
color: #43cfba;
background-color: #43cfba;
/* Tailwind (arbitrary) */
class="text-[#43cfba] bg-[#43cfba]"
/* SCSS */
$brand: #43cfba;
/* SwiftUI */
Color(red: 0.263, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#43cfba")Accessibility — WCAG contrast
Aa
#43cfba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43cfba on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#43cfba text on a black background
contrast 10.87:1
Card sample
#43cfba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43cfba;
Background color
Panel with #43cfba background
background-color: #43cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43cfba; background: linear-gradient(135deg, #43cfba, #4387CF);