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