#cfcc93
a light, soft yellow · cool · closest name: tan
RGB
207, 204, 147
HSL
57°, 39%, 69%
CMYK
0, 1, 29, 19
Luminance
0.5856
Every format
| HEX | #cfcc93 |
| RGB | rgb(207, 204, 147) |
| HSL | hsl(57, 39%, 69%) |
| CMYK | cmyk(0%, 1%, 29%, 19%) |
| LAB | lab(81.0 -7.8 28.9) |
| LCH | lch(81.0 29.9 105.2) |
| OKLCH | oklch(0.834 0.075 105.4) |
Copy-ready code
/* CSS */
color: #cfcc93;
background-color: #cfcc93;
/* Tailwind (arbitrary) */
class="text-[#cfcc93] bg-[#cfcc93]"
/* SCSS */
$brand: #cfcc93;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.576)
/* Android */
Color.parseColor("#cfcc93")Accessibility — WCAG contrast
Aa
#cfcc93 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc93 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow29.0%
Key (black)18.8%
Color previews
#cfcc93 text on a black background
contrast 12.71:1
Card sample
#cfcc93 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc93;
Background color
Panel with #cfcc93 background
background-color: #cfcc93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc93; background: linear-gradient(135deg, #cfcc93, #AACF93);