#67fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
103, 251, 223
HSL
169°, 95%, 69%
CMYK
59, 0, 11, 2
Luminance
0.7721
Every format
| HEX | #67fbdf |
| RGB | rgb(103, 251, 223) |
| HSL | hsl(169, 95%, 69%) |
| CMYK | cmyk(59%, 0%, 11%, 2%) |
| LAB | lab(90.4 -46.1 1.6) |
| LCH | lch(90.4 46.1 178.0) |
| OKLCH | oklch(0.901 0.133 178.5) |
Copy-ready code
/* CSS */
color: #67fbdf;
background-color: #67fbdf;
/* Tailwind (arbitrary) */
class="text-[#67fbdf] bg-[#67fbdf]"
/* SCSS */
$brand: #67fbdf;
/* SwiftUI */
Color(red: 0.404, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#67fbdf")Accessibility — WCAG contrast
Aa
#67fbdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67fbdf on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green98.4%
Blue87.5%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#67fbdf text on a black background
contrast 16.44:1
Card sample
#67fbdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67fbdf;
Background color
Panel with #67fbdf background
background-color: #67fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67fbdf; background: linear-gradient(135deg, #67fbdf, #67B4FB);