#67eccf
a light, electric cyan · cool · closest name: turquoise
RGB
103, 236, 207
HSL
167°, 78%, 67%
CMYK
56, 0, 12, 8
Luminance
0.6738
Every format
| HEX | #67eccf |
| RGB | rgb(103, 236, 207) |
| HSL | hsl(167, 78%, 67%) |
| CMYK | cmyk(56%, 0%, 12%, 8%) |
| LAB | lab(85.7 -43.4 3.1) |
| LCH | lch(85.7 43.5 175.9) |
| OKLCH | oklch(0.861 0.125 176.5) |
Copy-ready code
/* CSS */
color: #67eccf;
background-color: #67eccf;
/* Tailwind (arbitrary) */
class="text-[#67eccf] bg-[#67eccf]"
/* SCSS */
$brand: #67eccf;
/* SwiftUI */
Color(red: 0.404, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#67eccf")Accessibility — WCAG contrast
Aa
#67eccf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67eccf on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green92.5%
Blue81.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#67eccf text on a black background
contrast 14.48:1
Card sample
#67eccf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67eccf;
Background color
Panel with #67eccf background
background-color: #67eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67eccf; background: linear-gradient(135deg, #67eccf, #67B0EC);