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