#cdcfb6
a light, soft yellow · cool · closest name: beige
RGB
205, 207, 182
HSL
65°, 21%, 76%
CMYK
1, 0, 12, 19
Luminance
0.6098
Every format
| HEX | #cdcfb6 |
| RGB | rgb(205, 207, 182) |
| HSL | hsl(65, 21%, 76%) |
| CMYK | cmyk(1%, 0%, 12%, 19%) |
| LAB | lab(82.4 -5.0 12.2) |
| LCH | lch(82.4 13.2 112.3) |
| OKLCH | oklch(0.846 0.034 110.8) |
Copy-ready code
/* CSS */
color: #cdcfb6;
background-color: #cdcfb6;
/* Tailwind (arbitrary) */
class="text-[#cdcfb6] bg-[#cdcfb6]"
/* SCSS */
$brand: #cdcfb6;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#cdcfb6")Accessibility — WCAG contrast
Aa
#cdcfb6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfb6 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue71.4%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow12.1%
Key (black)18.8%
Color previews
#cdcfb6 text on a black background
contrast 13.20:1
Card sample
#cdcfb6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfb6;
Background color
Panel with #cdcfb6 background
background-color: #cdcfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfb6; background: linear-gradient(135deg, #cdcfb6, #BCCFB6);