#95d0ac
a light, soft green · cool · closest name: aquamarine
RGB
149, 208, 172
HSL
143°, 39%, 70%
CMYK
28, 0, 17, 18
Luminance
0.5448
Every format
| HEX | #95d0ac |
| RGB | rgb(149, 208, 172) |
| HSL | hsl(143, 39%, 70%) |
| CMYK | cmyk(28%, 0%, 17%, 18%) |
| LAB | lab(78.7 -26.3 11.9) |
| LCH | lch(78.7 28.9 155.7) |
| OKLCH | oklch(0.807 0.079 157.3) |
Copy-ready code
/* CSS */
color: #95d0ac;
background-color: #95d0ac;
/* Tailwind (arbitrary) */
class="text-[#95d0ac] bg-[#95d0ac]"
/* SCSS */
$brand: #95d0ac;
/* SwiftUI */
Color(red: 0.584, green: 0.816, blue: 0.675)
/* Android */
Color.parseColor("#95d0ac")Accessibility — WCAG contrast
Aa
#95d0ac on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95d0ac on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.6%
Blue67.5%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow17.3%
Key (black)18.4%
Color previews
#95d0ac text on a black background
contrast 11.90:1
Card sample
#95d0ac text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95d0ac;
Background color
Panel with #95d0ac background
background-color: #95d0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95d0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 208, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 208, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95d0ac; background: linear-gradient(135deg, #95d0ac, #95CDD0);