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