#cbcbaf
a light, soft yellow · cool · closest name: beige
RGB
203, 203, 175
HSL
60°, 21%, 74%
CMYK
0, 0, 14, 20
Luminance
0.5850
Every format
| HEX | #cbcbaf |
| RGB | rgb(203, 203, 175) |
| HSL | hsl(60, 21%, 74%) |
| CMYK | cmyk(0%, 0%, 14%, 20%) |
| LAB | lab(81.0 -4.8 14.0) |
| LCH | lch(81.0 14.8 108.9) |
| OKLCH | oklch(0.835 0.038 107.2) |
Copy-ready code
/* CSS */
color: #cbcbaf;
background-color: #cbcbaf;
/* Tailwind (arbitrary) */
class="text-[#cbcbaf] bg-[#cbcbaf]"
/* SCSS */
$brand: #cbcbaf;
/* SwiftUI */
Color(red: 0.796, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#cbcbaf")Accessibility — WCAG contrast
Aa
#cbcbaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcbaf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#cbcbaf text on a black background
contrast 12.70:1
Card sample
#cbcbaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcbaf;
Background color
Panel with #cbcbaf background
background-color: #cbcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcbaf; background: linear-gradient(135deg, #cbcbaf, #B8CBAF);