#cbceb3
a light, soft yellow · cool · closest name: beige
RGB
203, 206, 179
HSL
67°, 22%, 76%
CMYK
2, 0, 13, 19
Luminance
0.6009
Every format
| HEX | #cbceb3 |
| RGB | rgb(203, 206, 179) |
| HSL | hsl(67, 22%, 76%) |
| CMYK | cmyk(2%, 0%, 13%, 19%) |
| LAB | lab(81.9 -5.7 13.1) |
| LCH | lch(81.9 14.3 113.5) |
| OKLCH | oklch(0.842 0.037 112.3) |
Copy-ready code
/* CSS */
color: #cbceb3;
background-color: #cbceb3;
/* Tailwind (arbitrary) */
class="text-[#cbceb3] bg-[#cbceb3]"
/* SCSS */
$brand: #cbceb3;
/* SwiftUI */
Color(red: 0.796, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#cbceb3")Accessibility — WCAG contrast
Aa
#cbceb3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbceb3 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.8%
Blue70.2%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#cbceb3 text on a black background
contrast 13.02:1
Card sample
#cbceb3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbceb3;
Background color
Panel with #cbceb3 background
background-color: #cbceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbceb3; background: linear-gradient(135deg, #cbceb3, #B9CEB3);