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