#cfccbe
a light, soft yellow · cool · closest name: silver
RGB
207, 204, 190
HSL
49°, 15%, 78%
CMYK
0, 1, 8, 19
Luminance
0.6017
Every format
| HEX | #cfccbe |
| RGB | rgb(207, 204, 190) |
| HSL | hsl(49, 15%, 78%) |
| CMYK | cmyk(0%, 1%, 8%, 19%) |
| LAB | lab(81.9 -1.4 7.3) |
| LCH | lch(81.9 7.5 100.9) |
| OKLCH | oklch(0.844 0.019 96.9) |
Copy-ready code
/* CSS */
color: #cfccbe;
background-color: #cfccbe;
/* Tailwind (arbitrary) */
class="text-[#cfccbe] bg-[#cfccbe]"
/* SCSS */
$brand: #cfccbe;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.745)
/* Android */
Color.parseColor("#cfccbe")Accessibility — WCAG contrast
Aa
#cfccbe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccbe on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow8.2%
Key (black)18.8%
Color previews
#cfccbe text on a black background
contrast 13.03:1
Card sample
#cfccbe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccbe;
Background color
Panel with #cfccbe background
background-color: #cfccbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccbe; background: linear-gradient(135deg, #cfccbe, #C7CFBE);