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