#cfceb3
a light, soft yellow · cool · closest name: beige
RGB
207, 206, 179
HSL
58°, 23%, 76%
CMYK
0, 1, 14, 19
Luminance
0.6066
Every format
| HEX | #cfceb3 |
| RGB | rgb(207, 206, 179) |
| HSL | hsl(58, 23%, 76%) |
| CMYK | cmyk(0%, 1%, 14%, 19%) |
| LAB | lab(82.2 -4.3 13.6) |
| LCH | lch(82.2 14.2 107.4) |
| OKLCH | oklch(0.845 0.036 105.4) |
Copy-ready code
/* CSS */
color: #cfceb3;
background-color: #cfceb3;
/* Tailwind (arbitrary) */
class="text-[#cfceb3] bg-[#cfceb3]"
/* SCSS */
$brand: #cfceb3;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#cfceb3")Accessibility — WCAG contrast
Aa
#cfceb3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfceb3 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow13.5%
Key (black)18.8%
Color previews
#cfceb3 text on a black background
contrast 13.13:1
Card sample
#cfceb3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfceb3;
Background color
Panel with #cfceb3 background
background-color: #cfceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfceb3; background: linear-gradient(135deg, #cfceb3, #BDCFB3);