#95c69f
a light, soft green · cool · closest name: aquamarine
RGB
149, 198, 159
HSL
132°, 30%, 68%
CMYK
25, 0, 20, 22
Luminance
0.4928
Every format
| HEX | #95c69f |
| RGB | rgb(149, 198, 159) |
| HSL | hsl(132, 30%, 68%) |
| CMYK | cmyk(25%, 0%, 20%, 22%) |
| LAB | lab(75.6 -23.9 14.4) |
| LCH | lch(75.6 27.9 148.9) |
| OKLCH | oklch(0.781 0.075 150.6) |
Copy-ready code
/* CSS */
color: #95c69f;
background-color: #95c69f;
/* Tailwind (arbitrary) */
class="text-[#95c69f] bg-[#95c69f]"
/* SCSS */
$brand: #95c69f;
/* SwiftUI */
Color(red: 0.584, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#95c69f")Accessibility — WCAG contrast
Aa
#95c69f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95c69f on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green77.6%
Blue62.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#95c69f text on a black background
contrast 10.86:1
Card sample
#95c69f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95c69f;
Background color
Panel with #95c69f background
background-color: #95c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95c69f; background: linear-gradient(135deg, #95c69f, #95C6C0);