#cfceac
a light, soft yellow · cool · closest name: tan
RGB
207, 206, 172
HSL
58°, 27%, 74%
CMYK
0, 1, 17, 19
Luminance
0.6039
Every format
| HEX | #cfceac |
| RGB | rgb(207, 206, 172) |
| HSL | hsl(58, 27%, 74%) |
| CMYK | cmyk(0%, 1%, 17%, 19%) |
| LAB | lab(82.0 -5.3 17.1) |
| LCH | lch(82.0 17.9 107.4) |
| OKLCH | oklch(0.843 0.046 106.0) |
Copy-ready code
/* CSS */
color: #cfceac;
background-color: #cfceac;
/* Tailwind (arbitrary) */
class="text-[#cfceac] bg-[#cfceac]"
/* SCSS */
$brand: #cfceac;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#cfceac")Accessibility — WCAG contrast
Aa
#cfceac on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfceac on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cfceac text on a black background
contrast 13.08:1
Card sample
#cfceac text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfceac;
Background color
Panel with #cfceac background
background-color: #cfceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfceac; background: linear-gradient(135deg, #cfceac, #B9CFAC);