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