#cfcc97
a light, soft yellow · cool · closest name: tan
RGB
207, 204, 151
HSL
57°, 37%, 70%
CMYK
0, 1, 27, 19
Luminance
0.5869
Every format
| HEX | #cfcc97 |
| RGB | rgb(207, 204, 151) |
| HSL | hsl(57, 37%, 70%) |
| CMYK | cmyk(0%, 1%, 27%, 19%) |
| LAB | lab(81.1 -7.3 26.9) |
| LCH | lch(81.1 27.8 105.2) |
| OKLCH | oklch(0.835 0.070 105.1) |
Copy-ready code
/* CSS */
color: #cfcc97;
background-color: #cfcc97;
/* Tailwind (arbitrary) */
class="text-[#cfcc97] bg-[#cfcc97]"
/* SCSS */
$brand: #cfcc97;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.592)
/* Android */
Color.parseColor("#cfcc97")Accessibility — WCAG contrast
Aa
#cfcc97 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc97 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow27.1%
Key (black)18.8%
Color previews
#cfcc97 text on a black background
contrast 12.74:1
Card sample
#cfcc97 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc97;
Background color
Panel with #cfcc97 background
background-color: #cfcc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc97; background: linear-gradient(135deg, #cfcc97, #ADCF97);