#af9995
a balanced, muted red · warm · closest name: gray
RGB
175, 153, 149
HSL
9°, 14%, 64%
CMYK
0, 13, 15, 31
Luminance
0.3407
Every format
| HEX | #af9995 |
| RGB | rgb(175, 153, 149) |
| HSL | hsl(9, 14%, 64%) |
| CMYK | cmyk(0%, 13%, 15%, 31%) |
| LAB | lab(65.0 7.4 5.1) |
| LCH | lch(65.0 9.0 34.4) |
| OKLCH | oklch(0.701 0.027 30.0) |
Copy-ready code
/* CSS */
color: #af9995;
background-color: #af9995;
/* Tailwind (arbitrary) */
class="text-[#af9995] bg-[#af9995]"
/* SCSS */
$brand: #af9995;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.584)
/* Android */
Color.parseColor("#af9995")Accessibility — WCAG contrast
Aa
#af9995 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9995 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow14.9%
Key (black)31.4%
Color previews
#af9995 text on a black background
contrast 7.81:1
Card sample
#af9995 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9995;
Background color
Panel with #af9995 background
background-color: #af9995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9995; background: linear-gradient(135deg, #af9995, #AFAA95);