#cfccaf
a light, soft yellow · cool · closest name: tan
RGB
207, 204, 175
HSL
54°, 25%, 75%
CMYK
0, 1, 16, 19
Luminance
0.5955
Every format
| HEX | #cfccaf |
| RGB | rgb(207, 204, 175) |
| HSL | hsl(54, 25%, 75%) |
| CMYK | cmyk(0%, 1%, 16%, 19%) |
| LAB | lab(81.6 -3.8 14.8) |
| LCH | lch(81.6 15.3 104.5) |
| OKLCH | oklch(0.840 0.039 102.3) |
Copy-ready code
/* CSS */
color: #cfccaf;
background-color: #cfccaf;
/* Tailwind (arbitrary) */
class="text-[#cfccaf] bg-[#cfccaf]"
/* SCSS */
$brand: #cfccaf;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#cfccaf")Accessibility — WCAG contrast
Aa
#cfccaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccaf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow15.5%
Key (black)18.8%
Color previews
#cfccaf text on a black background
contrast 12.91:1
Card sample
#cfccaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccaf;
Background color
Panel with #cfccaf background
background-color: #cfccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccaf; background: linear-gradient(135deg, #cfccaf, #BDCFAF);