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