#67ecdf
a light, electric cyan · cool · closest name: turquoise
RGB
103, 236, 223
HSL
174°, 78%, 67%
CMYK
56, 0, 6, 8
Luminance
0.6820
Every format
| HEX | #67ecdf |
| RGB | rgb(103, 236, 223) |
| HSL | hsl(174, 78%, 67%) |
| CMYK | cmyk(56%, 0%, 6%, 8%) |
| LAB | lab(86.1 -39.5 -4.7) |
| LCH | lch(86.1 39.7 186.8) |
| OKLCH | oklch(0.866 0.118 186.5) |
Copy-ready code
/* CSS */
color: #67ecdf;
background-color: #67ecdf;
/* Tailwind (arbitrary) */
class="text-[#67ecdf] bg-[#67ecdf]"
/* SCSS */
$brand: #67ecdf;
/* SwiftUI */
Color(red: 0.404, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#67ecdf")Accessibility — WCAG contrast
Aa
#67ecdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ecdf on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green92.5%
Blue87.5%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#67ecdf text on a black background
contrast 14.64:1
Card sample
#67ecdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ecdf;
Background color
Panel with #67ecdf background
background-color: #67ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ecdf; background: linear-gradient(135deg, #67ecdf, #67A0EC);