#67cdbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
103, 205, 188
HSL
170°, 51%, 60%
CMYK
50, 0, 8, 20
Luminance
0.5018
Every format
| HEX | #67cdbc |
| RGB | rgb(103, 205, 188) |
| HSL | hsl(170, 51%, 60%) |
| CMYK | cmyk(50%, 0%, 8%, 20%) |
| LAB | lab(76.2 -33.9 -0.7) |
| LCH | lch(76.2 33.9 181.1) |
| OKLCH | oklch(0.782 0.099 181.4) |
Copy-ready code
/* CSS */
color: #67cdbc;
background-color: #67cdbc;
/* Tailwind (arbitrary) */
class="text-[#67cdbc] bg-[#67cdbc]"
/* SCSS */
$brand: #67cdbc;
/* SwiftUI */
Color(red: 0.404, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#67cdbc")Accessibility — WCAG contrast
Aa
#67cdbc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cdbc on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green80.4%
Blue73.7%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow8.3%
Key (black)19.6%
Color previews
#67cdbc text on a black background
contrast 11.04:1
Card sample
#67cdbc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cdbc;
Background color
Panel with #67cdbc background
background-color: #67cdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cdbc; background: linear-gradient(135deg, #67cdbc, #679ACD);