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