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