#69ffb4
a light, electric green · cool · closest name: aquamarine
RGB
105, 255, 180
HSL
150°, 100%, 71%
CMYK
59, 0, 29, 0
Luminance
0.7782
Every format
| HEX | #69ffb4 |
| RGB | rgb(105, 255, 180) |
| HSL | hsl(150, 100%, 71%) |
| CMYK | cmyk(59%, 0%, 29%, 0%) |
| LAB | lab(90.7 -56.8 24.1) |
| LCH | lch(90.7 61.7 157.0) |
| OKLCH | oklch(0.900 0.167 158.4) |
Copy-ready code
/* CSS */
color: #69ffb4;
background-color: #69ffb4;
/* Tailwind (arbitrary) */
class="text-[#69ffb4] bg-[#69ffb4]"
/* SCSS */
$brand: #69ffb4;
/* SwiftUI */
Color(red: 0.412, green: 1.000, blue: 0.706)
/* Android */
Color.parseColor("#69ffb4")Accessibility — WCAG contrast
Aa
#69ffb4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ffb4 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green100.0%
Blue70.6%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow29.4%
Key (black)0.0%
Color previews
#69ffb4 text on a black background
contrast 16.56:1
Card sample
#69ffb4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ffb4;
Background color
Panel with #69ffb4 background
background-color: #69ffb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ffb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 255, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 255, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ffb4; background: linear-gradient(135deg, #69ffb4, #69E6FF);