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