#95afac
a balanced, muted cyan · cool · closest name: silver
RGB
149, 175, 172
HSL
173°, 14%, 64%
CMYK
15, 0, 2, 31
Luminance
0.4003
Every format
| HEX | #95afac |
| RGB | rgb(149, 175, 172) |
| HSL | hsl(173, 14%, 64%) |
| CMYK | cmyk(15%, 0%, 2%, 31%) |
| LAB | lab(69.5 -9.5 -1.5) |
| LCH | lch(69.5 9.6 188.7) |
| OKLCH | oklch(0.733 0.029 188.0) |
Copy-ready code
/* CSS */
color: #95afac;
background-color: #95afac;
/* Tailwind (arbitrary) */
class="text-[#95afac] bg-[#95afac]"
/* SCSS */
$brand: #95afac;
/* SwiftUI */
Color(red: 0.584, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#95afac")Accessibility — WCAG contrast
Aa
#95afac on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95afac on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green68.6%
Blue67.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#95afac text on a black background
contrast 9.01:1
Card sample
#95afac text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95afac;
Background color
Panel with #95afac background
background-color: #95afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95afac; background: linear-gradient(135deg, #95afac, #95A1AF);