#68ffac
a light, electric green · cool · closest name: aquamarine
RGB
104, 255, 172
HSL
147°, 100%, 70%
CMYK
59, 0, 33, 0
Luminance
0.7744
Every format
| HEX | #68ffac |
| RGB | rgb(104, 255, 172) |
| HSL | hsl(147, 100%, 70%) |
| CMYK | cmyk(59%, 0%, 33%, 0%) |
| LAB | lab(90.5 -58.5 27.9) |
| LCH | lch(90.5 64.8 154.5) |
| OKLCH | oklch(0.898 0.174 156.1) |
Copy-ready code
/* CSS */
color: #68ffac;
background-color: #68ffac;
/* Tailwind (arbitrary) */
class="text-[#68ffac] bg-[#68ffac]"
/* SCSS */
$brand: #68ffac;
/* SwiftUI */
Color(red: 0.408, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#68ffac")Accessibility — WCAG contrast
Aa
#68ffac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68ffac on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green100.0%
Blue67.5%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#68ffac text on a black background
contrast 16.49:1
Card sample
#68ffac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68ffac;
Background color
Panel with #68ffac background
background-color: #68ffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68ffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68ffac; background: linear-gradient(135deg, #68ffac, #68EDFF);