#cbceb9
a light, soft yellow · cool · closest name: silver
RGB
203, 206, 185
HSL
69°, 18%, 77%
CMYK
2, 0, 10, 19
Luminance
0.6034
Every format
| HEX | #cbceb9 |
| RGB | rgb(203, 206, 185) |
| HSL | hsl(69, 18%, 77%) |
| CMYK | cmyk(2%, 0%, 10%, 19%) |
| LAB | lab(82.0 -4.7 10.1) |
| LCH | lch(82.0 11.1 115.0) |
| OKLCH | oklch(0.843 0.029 113.6) |
Copy-ready code
/* CSS */
color: #cbceb9;
background-color: #cbceb9;
/* Tailwind (arbitrary) */
class="text-[#cbceb9] bg-[#cbceb9]"
/* SCSS */
$brand: #cbceb9;
/* SwiftUI */
Color(red: 0.796, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#cbceb9")Accessibility — WCAG contrast
Aa
#cbceb9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbceb9 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.8%
Blue72.5%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow10.2%
Key (black)19.2%
Color previews
#cbceb9 text on a black background
contrast 13.07:1
Card sample
#cbceb9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbceb9;
Background color
Panel with #cbceb9 background
background-color: #cbceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbceb9; background: linear-gradient(135deg, #cbceb9, #BDCEB9);