#ccaf93
a light, soft orange · warm · closest name: tan
RGB
204, 175, 147
HSL
30°, 36%, 69%
CMYK
0, 14, 28, 20
Luminance
0.4560
Every format
| HEX | #ccaf93 |
| RGB | rgb(204, 175, 147) |
| HSL | hsl(30, 36%, 69%) |
| CMYK | cmyk(0%, 14%, 28%, 20%) |
| LAB | lab(73.3 6.3 18.3) |
| LCH | lch(73.3 19.3 71.0) |
| OKLCH | oklch(0.772 0.051 66.0) |
Copy-ready code
/* CSS */
color: #ccaf93;
background-color: #ccaf93;
/* Tailwind (arbitrary) */
class="text-[#ccaf93] bg-[#ccaf93]"
/* SCSS */
$brand: #ccaf93;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.576)
/* Android */
Color.parseColor("#ccaf93")Accessibility — WCAG contrast
Aa
#ccaf93 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf93 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow27.9%
Key (black)20.0%
Color previews
#ccaf93 text on a black background
contrast 10.12:1
Card sample
#ccaf93 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf93;
Background color
Panel with #ccaf93 background
background-color: #ccaf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf93; background: linear-gradient(135deg, #ccaf93, #C3CC93);