#68fdbd
a light, electric green · cool · closest name: aquamarine
RGB
104, 253, 189
HSL
154°, 97%, 70%
CMYK
59, 0, 25, 1
Luminance
0.7687
Every format
| HEX | #68fdbd |
| RGB | rgb(104, 253, 189) |
| HSL | hsl(154, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 25%, 1%) |
| LAB | lab(90.3 -54.3 18.9) |
| LCH | lch(90.3 57.5 160.8) |
| OKLCH | oklch(0.897 0.157 162.1) |
Copy-ready code
/* CSS */
color: #68fdbd;
background-color: #68fdbd;
/* Tailwind (arbitrary) */
class="text-[#68fdbd] bg-[#68fdbd]"
/* SCSS */
$brand: #68fdbd;
/* SwiftUI */
Color(red: 0.408, green: 0.992, blue: 0.741)
/* Android */
Color.parseColor("#68fdbd")Accessibility — WCAG contrast
Aa
#68fdbd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68fdbd on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green99.2%
Blue74.1%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow25.3%
Key (black)0.8%
Color previews
#68fdbd text on a black background
contrast 16.37:1
Card sample
#68fdbd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68fdbd;
Background color
Panel with #68fdbd background
background-color: #68fdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68fdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 253, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 253, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68fdbd; background: linear-gradient(135deg, #68fdbd, #68DAFD);