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