#67df8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
103, 223, 143
HSL
140°, 65%, 64%
CMYK
54, 0, 36, 13
Luminance
0.5764
Every format
| HEX | #67df8f |
| RGB | rgb(103, 223, 143) |
| HSL | hsl(140, 65%, 64%) |
| CMYK | cmyk(54%, 0%, 36%, 13%) |
| LAB | lab(80.5 -51.2 29.2) |
| LCH | lch(80.5 59.0 150.3) |
| OKLCH | oklch(0.815 0.157 152.2) |
Copy-ready code
/* CSS */
color: #67df8f;
background-color: #67df8f;
/* Tailwind (arbitrary) */
class="text-[#67df8f] bg-[#67df8f]"
/* SCSS */
$brand: #67df8f;
/* SwiftUI */
Color(red: 0.404, green: 0.875, blue: 0.561)
/* Android */
Color.parseColor("#67df8f")Accessibility — WCAG contrast
Aa
#67df8f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67df8f on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green87.5%
Blue56.1%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow35.9%
Key (black)12.5%
Color previews
#67df8f text on a black background
contrast 12.53:1
Card sample
#67df8f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67df8f;
Background color
Panel with #67df8f background
background-color: #67df8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67df8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 223, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 223, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67df8f; background: linear-gradient(135deg, #67df8f, #67DFDF);