#67feaf
a light, electric green · cool · closest name: aquamarine
RGB
103, 254, 175
HSL
149°, 99%, 70%
CMYK
59, 0, 31, 0
Luminance
0.7686
Every format
| HEX | #67feaf |
| RGB | rgb(103, 254, 175) |
| HSL | hsl(149, 99%, 70%) |
| CMYK | cmyk(59%, 0%, 31%, 0%) |
| LAB | lab(90.3 -57.7 26.1) |
| LCH | lch(90.3 63.3 155.7) |
| OKLCH | oklch(0.896 0.170 157.2) |
Copy-ready code
/* CSS */
color: #67feaf;
background-color: #67feaf;
/* Tailwind (arbitrary) */
class="text-[#67feaf] bg-[#67feaf]"
/* SCSS */
$brand: #67feaf;
/* SwiftUI */
Color(red: 0.404, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#67feaf")Accessibility — WCAG contrast
Aa
#67feaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67feaf on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green99.6%
Blue68.6%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#67feaf text on a black background
contrast 16.37:1
Card sample
#67feaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67feaf;
Background color
Panel with #67feaf background
background-color: #67feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67feaf; background: linear-gradient(135deg, #67feaf, #67E8FE);