#67dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
103, 223, 188
HSL
163°, 65%, 64%
CMYK
54, 0, 16, 13
Luminance
0.5929
Every format
| HEX | #67dfbc |
| RGB | rgb(103, 223, 188) |
| HSL | hsl(163, 65%, 64%) |
| CMYK | cmyk(54%, 0%, 16%, 13%) |
| LAB | lab(81.5 -42.1 7.0) |
| LCH | lch(81.5 42.6 170.6) |
| OKLCH | oklch(0.825 0.120 171.5) |
Copy-ready code
/* CSS */
color: #67dfbc;
background-color: #67dfbc;
/* Tailwind (arbitrary) */
class="text-[#67dfbc] bg-[#67dfbc]"
/* SCSS */
$brand: #67dfbc;
/* SwiftUI */
Color(red: 0.404, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#67dfbc")Accessibility — WCAG contrast
Aa
#67dfbc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67dfbc on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green87.5%
Blue73.7%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#67dfbc text on a black background
contrast 12.86:1
Card sample
#67dfbc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67dfbc;
Background color
Panel with #67dfbc background
background-color: #67dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67dfbc; background: linear-gradient(135deg, #67dfbc, #67B2DF);