#67e2cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
103, 226, 207
HSL
171°, 68%, 65%
CMYK
54, 0, 8, 11
Luminance
0.6178
Every format
| HEX | #67e2cf |
| RGB | rgb(103, 226, 207) |
| HSL | hsl(171, 68%, 65%) |
| CMYK | cmyk(54%, 0%, 8%, 11%) |
| LAB | lab(82.8 -38.9 -1.1) |
| LCH | lch(82.8 38.9 181.7) |
| OKLCH | oklch(0.837 0.114 181.9) |
Copy-ready code
/* CSS */
color: #67e2cf;
background-color: #67e2cf;
/* Tailwind (arbitrary) */
class="text-[#67e2cf] bg-[#67e2cf]"
/* SCSS */
$brand: #67e2cf;
/* SwiftUI */
Color(red: 0.404, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#67e2cf")Accessibility — WCAG contrast
Aa
#67e2cf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67e2cf on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green88.6%
Blue81.2%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#67e2cf text on a black background
contrast 13.36:1
Card sample
#67e2cf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67e2cf;
Background color
Panel with #67e2cf background
background-color: #67e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67e2cf; background: linear-gradient(135deg, #67e2cf, #67A3E2);