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