#cfccb9
a light, soft yellow · cool · closest name: silver
RGB
207, 204, 185
HSL
52°, 19%, 77%
CMYK
0, 1, 11, 19
Luminance
0.5995
Every format
| HEX | #cfccb9 |
| RGB | rgb(207, 204, 185) |
| HSL | hsl(52, 19%, 77%) |
| CMYK | cmyk(0%, 1%, 11%, 19%) |
| LAB | lab(81.8 -2.2 9.8) |
| LCH | lch(81.8 10.1 102.8) |
| OKLCH | oklch(0.842 0.026 99.6) |
Copy-ready code
/* CSS */
color: #cfccb9;
background-color: #cfccb9;
/* Tailwind (arbitrary) */
class="text-[#cfccb9] bg-[#cfccb9]"
/* SCSS */
$brand: #cfccb9;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.725)
/* Android */
Color.parseColor("#cfccb9")Accessibility — WCAG contrast
Aa
#cfccb9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccb9 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow10.6%
Key (black)18.8%
Color previews
#cfccb9 text on a black background
contrast 12.99:1
Card sample
#cfccb9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccb9;
Background color
Panel with #cfccb9 background
background-color: #cfccb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccb9; background: linear-gradient(135deg, #cfccb9, #C3CFB9);