#67efdf
a light, electric cyan · cool · closest name: turquoise
RGB
103, 239, 223
HSL
173°, 81%, 67%
CMYK
57, 0, 7, 6
Luminance
0.6994
Every format
| HEX | #67efdf |
| RGB | rgb(103, 239, 223) |
| HSL | hsl(173, 81%, 67%) |
| CMYK | cmyk(57%, 0%, 7%, 6%) |
| LAB | lab(87.0 -40.8 -3.5) |
| LCH | lch(87.0 41.0 184.8) |
| OKLCH | oklch(0.873 0.121 184.7) |
Copy-ready code
/* CSS */
color: #67efdf;
background-color: #67efdf;
/* Tailwind (arbitrary) */
class="text-[#67efdf] bg-[#67efdf]"
/* SCSS */
$brand: #67efdf;
/* SwiftUI */
Color(red: 0.404, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#67efdf")Accessibility — WCAG contrast
Aa
#67efdf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67efdf on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#67efdf text on a black background
contrast 14.99:1
Card sample
#67efdf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67efdf;
Background color
Panel with #67efdf background
background-color: #67efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67efdf; background: linear-gradient(135deg, #67efdf, #67A5EF);