#67f3c5
a light, electric cyan · cool · closest name: aquamarine
RGB
103, 243, 197
HSL
160°, 85%, 68%
CMYK
58, 0, 19, 5
Luminance
0.7102
Every format
| HEX | #67f3c5 |
| RGB | rgb(103, 243, 197) |
| HSL | hsl(160, 85%, 68%) |
| CMYK | cmyk(58%, 0%, 19%, 5%) |
| LAB | lab(87.5 -48.7 10.9) |
| LCH | lch(87.5 49.9 167.4) |
| OKLCH | oklch(0.875 0.139 168.4) |
Copy-ready code
/* CSS */
color: #67f3c5;
background-color: #67f3c5;
/* Tailwind (arbitrary) */
class="text-[#67f3c5] bg-[#67f3c5]"
/* SCSS */
$brand: #67f3c5;
/* SwiftUI */
Color(red: 0.404, green: 0.953, blue: 0.773)
/* Android */
Color.parseColor("#67f3c5")Accessibility — WCAG contrast
Aa
#67f3c5 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67f3c5 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green95.3%
Blue77.3%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow18.9%
Key (black)4.7%
Color previews
#67f3c5 text on a black background
contrast 15.20:1
Card sample
#67f3c5 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67f3c5;
Background color
Panel with #67f3c5 background
background-color: #67f3c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67f3c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 243, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 243, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67f3c5; background: linear-gradient(135deg, #67f3c5, #67C4F3);