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