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