#ccaf99
a light, soft orange · warm · closest name: tan
RGB
204, 175, 153
HSL
26°, 33%, 70%
CMYK
0, 14, 25, 20
Luminance
0.4580
Every format
| HEX | #ccaf99 |
| RGB | rgb(204, 175, 153) |
| HSL | hsl(26, 33%, 70%) |
| CMYK | cmyk(0%, 14%, 25%, 20%) |
| LAB | lab(73.4 7.1 15.2) |
| LCH | lch(73.4 16.8 64.9) |
| OKLCH | oklch(0.773 0.045 59.2) |
Copy-ready code
/* CSS */
color: #ccaf99;
background-color: #ccaf99;
/* Tailwind (arbitrary) */
class="text-[#ccaf99] bg-[#ccaf99]"
/* SCSS */
$brand: #ccaf99;
/* SwiftUI */
Color(red: 0.800, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#ccaf99")Accessibility — WCAG contrast
Aa
#ccaf99 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaf99 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow25.0%
Key (black)20.0%
Color previews
#ccaf99 text on a black background
contrast 10.16:1
Card sample
#ccaf99 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaf99;
Background color
Panel with #ccaf99 background
background-color: #ccaf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaf99; background: linear-gradient(135deg, #ccaf99, #C7CC99);