#67ffd4
a light, electric cyan · cool · closest name: aquamarine
RGB
103, 255, 212
HSL
163°, 100%, 70%
CMYK
60, 0, 17, 0
Luminance
0.7916
Every format
| HEX | #67ffd4 |
| RGB | rgb(103, 255, 212) |
| HSL | hsl(163, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 17%, 0%) |
| LAB | lab(91.3 -50.4 8.6) |
| LCH | lch(91.3 51.1 170.3) |
| OKLCH | oklch(0.907 0.143 171.2) |
Copy-ready code
/* CSS */
color: #67ffd4;
background-color: #67ffd4;
/* Tailwind (arbitrary) */
class="text-[#67ffd4] bg-[#67ffd4]"
/* SCSS */
$brand: #67ffd4;
/* SwiftUI */
Color(red: 0.404, green: 1.000, blue: 0.831)
/* Android */
Color.parseColor("#67ffd4")Accessibility — WCAG contrast
Aa
#67ffd4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ffd4 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green100.0%
Blue83.1%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow16.9%
Key (black)0.0%
Color previews
#67ffd4 text on a black background
contrast 16.83:1
Card sample
#67ffd4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ffd4;
Background color
Panel with #67ffd4 background
background-color: #67ffd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ffd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 255, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 255, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ffd4; background: linear-gradient(135deg, #67ffd4, #67C5FF);