#cfccb3
a light, soft yellow · cool · closest name: silver
RGB
207, 204, 179
HSL
54°, 23%, 76%
CMYK
0, 1, 14, 19
Luminance
0.5971
Every format
| HEX | #cfccb3 |
| RGB | rgb(207, 204, 179) |
| HSL | hsl(54, 23%, 76%) |
| CMYK | cmyk(0%, 1%, 14%, 19%) |
| LAB | lab(81.7 -3.2 12.8) |
| LCH | lch(81.7 13.2 104.0) |
| OKLCH | oklch(0.841 0.034 101.5) |
Copy-ready code
/* CSS */
color: #cfccb3;
background-color: #cfccb3;
/* Tailwind (arbitrary) */
class="text-[#cfccb3] bg-[#cfccb3]"
/* SCSS */
$brand: #cfccb3;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.702)
/* Android */
Color.parseColor("#cfccb3")Accessibility — WCAG contrast
Aa
#cfccb3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccb3 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow13.5%
Key (black)18.8%
Color previews
#cfccb3 text on a black background
contrast 12.94:1
Card sample
#cfccb3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccb3;
Background color
Panel with #cfccb3 background
background-color: #cfccb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccb3; background: linear-gradient(135deg, #cfccb3, #BFCFB3);