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