#95afa2
a balanced, muted green · cool · closest name: silver
RGB
149, 175, 162
HSL
150°, 14%, 64%
CMYK
15, 0, 7, 31
Luminance
0.3966
Every format
| HEX | #95afa2 |
| RGB | rgb(149, 175, 162) |
| HSL | hsl(150, 14%, 64%) |
| CMYK | cmyk(15%, 0%, 7%, 31%) |
| LAB | lab(69.2 -11.6 3.7) |
| LCH | lch(69.2 12.1 162.4) |
| OKLCH | oklch(0.730 0.034 163.9) |
Copy-ready code
/* CSS */
color: #95afa2;
background-color: #95afa2;
/* Tailwind (arbitrary) */
class="text-[#95afa2] bg-[#95afa2]"
/* SCSS */
$brand: #95afa2;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.635)
/* Android */
Color.parseColor("#95afa2")Accessibility — WCAG contrast
Aa
#95afa2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afa2 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue63.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow7.4%
Key (black)31.4%
Color previews
#95afa2 text on a black background
contrast 8.93:1
Card sample
#95afa2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afa2;
Background color
Panel with #95afa2 background
background-color: #95afa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afa2; background: linear-gradient(135deg, #95afa2, #95ABAF);