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