#69fcaf
a light, electric green · cool · closest name: aquamarine
RGB
105, 252, 175
HSL
149°, 96%, 70%
CMYK
58, 0, 31, 1
Luminance
0.7572
Every format
| HEX | #69fcaf |
| RGB | rgb(105, 252, 175) |
| HSL | hsl(149, 96%, 70%) |
| CMYK | cmyk(58%, 0%, 31%, 1%) |
| LAB | lab(89.7 -56.5 25.3) |
| LCH | lch(89.7 62.0 155.9) |
| OKLCH | oklch(0.892 0.167 157.4) |
Copy-ready code
/* CSS */
color: #69fcaf;
background-color: #69fcaf;
/* Tailwind (arbitrary) */
class="text-[#69fcaf] bg-[#69fcaf]"
/* SCSS */
$brand: #69fcaf;
/* SwiftUI */
Color(red: 0.412, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#69fcaf")Accessibility — WCAG contrast
Aa
#69fcaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fcaf on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#69fcaf text on a black background
contrast 16.14:1
Card sample
#69fcaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fcaf;
Background color
Panel with #69fcaf background
background-color: #69fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fcaf; background: linear-gradient(135deg, #69fcaf, #69E7FC);