#cfccb2
a light, soft yellow · cool · closest name: silver
RGB
207, 204, 178
HSL
54°, 23%, 76%
CMYK
0, 1, 14, 19
Luminance
0.5967
Every format
| HEX | #cfccb2 |
| RGB | rgb(207, 204, 178) |
| HSL | hsl(54, 23%, 76%) |
| CMYK | cmyk(0%, 1%, 14%, 19%) |
| LAB | lab(81.7 -3.4 13.3) |
| LCH | lch(81.7 13.8 104.2) |
| OKLCH | oklch(0.841 0.035 101.7) |
Copy-ready code
/* CSS */
color: #cfccb2;
background-color: #cfccb2;
/* Tailwind (arbitrary) */
class="text-[#cfccb2] bg-[#cfccb2]"
/* SCSS */
$brand: #cfccb2;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#cfccb2")Accessibility — WCAG contrast
Aa
#cfccb2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccb2 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow14.0%
Key (black)18.8%
Color previews
#cfccb2 text on a black background
contrast 12.93:1
Card sample
#cfccb2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccb2;
Background color
Panel with #cfccb2 background
background-color: #cfccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccb2; background: linear-gradient(135deg, #cfccb2, #BFCFB2);