#67ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
103, 255, 223
HSL
167°, 100%, 70%
CMYK
60, 0, 13, 0
Luminance
0.7973
Every format
| HEX | #67ffdf |
| RGB | rgb(103, 255, 223) |
| HSL | hsl(167, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 13%, 0%) |
| LAB | lab(91.6 -47.8 3.3) |
| LCH | lch(91.6 47.9 176.1) |
| OKLCH | oklch(0.910 0.137 176.7) |
Copy-ready code
/* CSS */
color: #67ffdf;
background-color: #67ffdf;
/* Tailwind (arbitrary) */
class="text-[#67ffdf] bg-[#67ffdf]"
/* SCSS */
$brand: #67ffdf;
/* SwiftUI */
Color(red: 0.404, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#67ffdf")Accessibility — WCAG contrast
Aa
#67ffdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ffdf on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green100.0%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#67ffdf text on a black background
contrast 16.95:1
Card sample
#67ffdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ffdf;
Background color
Panel with #67ffdf background
background-color: #67ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ffdf; background: linear-gradient(135deg, #67ffdf, #67BAFF);