#69fdbf
a light, electric green · cool · closest name: aquamarine
RGB
105, 253, 191
HSL
155°, 97%, 70%
CMYK
59, 0, 25, 1
Luminance
0.7702
Every format
| HEX | #69fdbf |
| RGB | rgb(105, 253, 191) |
| HSL | hsl(155, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 25%, 1%) |
| LAB | lab(90.3 -53.7 18.0) |
| LCH | lch(90.3 56.7 161.5) |
| OKLCH | oklch(0.898 0.155 162.7) |
Copy-ready code
/* CSS */
color: #69fdbf;
background-color: #69fdbf;
/* Tailwind (arbitrary) */
class="text-[#69fdbf] bg-[#69fdbf]"
/* SCSS */
$brand: #69fdbf;
/* SwiftUI */
Color(red: 0.412, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#69fdbf")Accessibility — WCAG contrast
Aa
#69fdbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fdbf on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green99.2%
Blue74.9%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#69fdbf text on a black background
contrast 16.40:1
Card sample
#69fdbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fdbf;
Background color
Panel with #69fdbf background
background-color: #69fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fdbf; background: linear-gradient(135deg, #69fdbf, #69D8FD);