#67f0eb
a light, electric cyan · cool · closest name: turquoise
RGB
103, 240, 235
HSL
178°, 82%, 67%
CMYK
57, 0, 2, 6
Luminance
0.7120
Every format
| HEX | #67f0eb |
| RGB | rgb(103, 240, 235) |
| HSL | hsl(178, 82%, 67%) |
| CMYK | cmyk(57%, 0%, 2%, 6%) |
| LAB | lab(87.6 -38.2 -8.8) |
| LCH | lch(87.6 39.2 193.0) |
| OKLCH | oklch(0.879 0.119 191.9) |
Copy-ready code
/* CSS */
color: #67f0eb;
background-color: #67f0eb;
/* Tailwind (arbitrary) */
class="text-[#67f0eb] bg-[#67f0eb]"
/* SCSS */
$brand: #67f0eb;
/* SwiftUI */
Color(red: 0.404, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#67f0eb")Accessibility — WCAG contrast
Aa
#67f0eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f0eb on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green94.1%
Blue92.2%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#67f0eb text on a black background
contrast 15.24:1
Card sample
#67f0eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f0eb;
Background color
Panel with #67f0eb background
background-color: #67f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f0eb; background: linear-gradient(135deg, #67f0eb, #679AF0);