#68fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
104, 252, 223
HSL
168°, 96%, 70%
CMYK
59, 0, 12, 1
Luminance
0.7789
Every format
| HEX | #68fcdf |
| RGB | rgb(104, 252, 223) |
| HSL | hsl(168, 96%, 70%) |
| CMYK | cmyk(59%, 0%, 12%, 1%) |
| LAB | lab(90.7 -46.4 2.1) |
| LCH | lch(90.7 46.4 177.5) |
| OKLCH | oklch(0.903 0.134 178.0) |
Copy-ready code
/* CSS */
color: #68fcdf;
background-color: #68fcdf;
/* Tailwind (arbitrary) */
class="text-[#68fcdf] bg-[#68fcdf]"
/* SCSS */
$brand: #68fcdf;
/* SwiftUI */
Color(red: 0.408, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#68fcdf")Accessibility — WCAG contrast
Aa
#68fcdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fcdf on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#68fcdf text on a black background
contrast 16.58:1
Card sample
#68fcdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fcdf;
Background color
Panel with #68fcdf background
background-color: #68fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fcdf; background: linear-gradient(135deg, #68fcdf, #68B6FC);