#69fdac
a light, electric green · cool · closest name: aquamarine
RGB
105, 253, 172
HSL
147°, 97%, 70%
CMYK
59, 0, 32, 1
Luminance
0.7623
Every format
| HEX | #69fdac |
| RGB | rgb(105, 253, 172) |
| HSL | hsl(147, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 32%, 1%) |
| LAB | lab(90.0 -57.5 27.2) |
| LCH | lch(90.0 63.6 154.7) |
| OKLCH | oklch(0.893 0.171 156.3) |
Copy-ready code
/* CSS */
color: #69fdac;
background-color: #69fdac;
/* Tailwind (arbitrary) */
class="text-[#69fdac] bg-[#69fdac]"
/* SCSS */
$brand: #69fdac;
/* SwiftUI */
Color(red: 0.412, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#69fdac")Accessibility — WCAG contrast
Aa
#69fdac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fdac on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green99.2%
Blue67.5%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#69fdac text on a black background
contrast 16.25:1
Card sample
#69fdac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fdac;
Background color
Panel with #69fdac background
background-color: #69fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fdac; background: linear-gradient(135deg, #69fdac, #69EBFD);