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