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