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