#cfccbb
a light, soft yellow · cool · closest name: silver
RGB
207, 204, 187
HSL
51°, 17%, 77%
CMYK
0, 1, 10, 19
Luminance
0.6004
Every format
| HEX | #cfccbb |
| RGB | rgb(207, 204, 187) |
| HSL | hsl(51, 17%, 77%) |
| CMYK | cmyk(0%, 1%, 10%, 19%) |
| LAB | lab(81.9 -1.9 8.8) |
| LCH | lch(81.9 9.0 102.2) |
| OKLCH | oklch(0.843 0.023 98.7) |
Copy-ready code
/* CSS */
color: #cfccbb;
background-color: #cfccbb;
/* Tailwind (arbitrary) */
class="text-[#cfccbb] bg-[#cfccbb]"
/* SCSS */
$brand: #cfccbb;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.733)
/* Android */
Color.parseColor("#cfccbb")Accessibility — WCAG contrast
Aa
#cfccbb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccbb on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow9.7%
Key (black)18.8%
Color previews
#cfccbb text on a black background
contrast 13.01:1
Card sample
#cfccbb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccbb;
Background color
Panel with #cfccbb background
background-color: #cfccbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccbb; background: linear-gradient(135deg, #cfccbb, #C5CFBB);