#68fdcd
a light, electric cyan · cool · closest name: aquamarine
RGB
104, 253, 205
HSL
161°, 97%, 70%
CMYK
59, 0, 19, 1
Luminance
0.7760
Every format
| HEX | #68fdcd |
| RGB | rgb(104, 253, 205) |
| HSL | hsl(161, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 19%, 1%) |
| LAB | lab(90.6 -50.9 11.2) |
| LCH | lch(90.6 52.1 167.6) |
| OKLCH | oklch(0.901 0.145 168.6) |
Copy-ready code
/* CSS */
color: #68fdcd;
background-color: #68fdcd;
/* Tailwind (arbitrary) */
class="text-[#68fdcd] bg-[#68fdcd]"
/* SCSS */
$brand: #68fdcd;
/* SwiftUI */
Color(red: 0.408, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#68fdcd")Accessibility — WCAG contrast
Aa
#68fdcd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fdcd on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green99.2%
Blue80.4%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#68fdcd text on a black background
contrast 16.52:1
Card sample
#68fdcd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fdcd;
Background color
Panel with #68fdcd background
background-color: #68fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fdcd; background: linear-gradient(135deg, #68fdcd, #68CAFD);