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