#ccaf9f
a light, soft orange · warm · closest name: tan
RGB
204, 175, 159
HSL
21°, 31%, 71%
CMYK
0, 14, 22, 20
Luminance
0.4600
Every format
| HEX | #ccaf9f |
| RGB | rgb(204, 175, 159) |
| HSL | hsl(21, 31%, 71%) |
| CMYK | cmyk(0%, 14%, 22%, 20%) |
| LAB | lab(73.5 8.0 12.1) |
| LCH | lch(73.5 14.5 56.6) |
| OKLCH | oklch(0.775 0.041 50.7) |
Copy-ready code
/* CSS */
color: #ccaf9f;
background-color: #ccaf9f;
/* Tailwind (arbitrary) */
class="text-[#ccaf9f] bg-[#ccaf9f]"
/* SCSS */
$brand: #ccaf9f;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.624)
/* Android */
Color.parseColor("#ccaf9f")Accessibility — WCAG contrast
Aa
#ccaf9f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf9f on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow22.1%
Key (black)20.0%
Color previews
#ccaf9f text on a black background
contrast 10.20:1
Card sample
#ccaf9f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf9f;
Background color
Panel with #ccaf9f background
background-color: #ccaf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf9f; background: linear-gradient(135deg, #ccaf9f, #CBCC9F);