#69ffbe
a light, electric green · cool · closest name: aquamarine
RGB
105, 255, 190
HSL
154°, 100%, 71%
CMYK
59, 0, 26, 0
Luminance
0.7824
Every format
| HEX | #69ffbe |
| RGB | rgb(105, 255, 190) |
| HSL | hsl(154, 100%, 71%) |
| CMYK | cmyk(59%, 0%, 26%, 0%) |
| LAB | lab(90.9 -54.8 19.3) |
| LCH | lch(90.9 58.0 160.6) |
| OKLCH | oklch(0.902 0.158 161.9) |
Copy-ready code
/* CSS */
color: #69ffbe;
background-color: #69ffbe;
/* Tailwind (arbitrary) */
class="text-[#69ffbe] bg-[#69ffbe]"
/* SCSS */
$brand: #69ffbe;
/* SwiftUI */
Color(red: 0.412, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#69ffbe")Accessibility — WCAG contrast
Aa
#69ffbe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ffbe on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green100.0%
Blue74.5%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#69ffbe text on a black background
contrast 16.65:1
Card sample
#69ffbe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ffbe;
Background color
Panel with #69ffbe background
background-color: #69ffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ffbe; background: linear-gradient(135deg, #69ffbe, #69DCFF);