#69ab69
a balanced, soft green · cool · closest name: seagreen
RGB
105, 171, 105
HSL
120°, 28%, 54%
CMYK
39, 0, 39, 33
Luminance
0.3315
Every format
| HEX | #69ab69 |
| RGB | rgb(105, 171, 105) |
| HSL | hsl(120, 28%, 54%) |
| CMYK | cmyk(39%, 0%, 39%, 33%) |
| LAB | lab(64.3 -34.7 27.5) |
| LCH | lch(64.3 44.3 141.6) |
| OKLCH | oklch(0.680 0.117 144.2) |
Copy-ready code
/* CSS */
color: #69ab69;
background-color: #69ab69;
/* Tailwind (arbitrary) */
class="text-[#69ab69] bg-[#69ab69]"
/* SCSS */
$brand: #69ab69;
/* SwiftUI */
Color(red: 0.412, green: 0.671, blue: 0.412)
/* Android */
Color.parseColor("#69ab69")Accessibility — WCAG contrast
Aa
#69ab69 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ab69 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.1%
Blue41.2%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow38.6%
Key (black)32.9%
Color previews
#69ab69 text on a black background
contrast 7.63:1
Card sample
#69ab69 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ab69;
Background color
Panel with #69ab69 background
background-color: #69ab69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ab69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 171, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 171, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ab69; background: linear-gradient(135deg, #69ab69, #69AB95);