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