#ccaf8d
a light, soft orange · warm · closest name: tan
RGB
204, 175, 141
HSL
32°, 38%, 68%
CMYK
0, 14, 31, 20
Luminance
0.4542
Every format
| HEX | #ccaf8d |
| RGB | rgb(204, 175, 141) |
| HSL | hsl(32, 38%, 68%) |
| CMYK | cmyk(0%, 14%, 31%, 20%) |
| LAB | lab(73.2 5.5 21.3) |
| LCH | lch(73.2 22.0 75.6) |
| OKLCH | oklch(0.771 0.057 71.3) |
Copy-ready code
/* CSS */
color: #ccaf8d;
background-color: #ccaf8d;
/* Tailwind (arbitrary) */
class="text-[#ccaf8d] bg-[#ccaf8d]"
/* SCSS */
$brand: #ccaf8d;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#ccaf8d")Accessibility — WCAG contrast
Aa
#ccaf8d on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf8d on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow30.9%
Key (black)20.0%
Color previews
#ccaf8d text on a black background
contrast 10.08:1
Card sample
#ccaf8d text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf8d;
Background color
Panel with #ccaf8d background
background-color: #ccaf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf8d; background: linear-gradient(135deg, #ccaf8d, #BFCC8D);