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