#cbbe89
a light, soft yellow · cool · closest name: tan
RGB
203, 190, 137
HSL
48°, 39%, 67%
CMYK
0, 6, 33, 20
Luminance
0.5133
Every format
| HEX | #cbbe89 |
| RGB | rgb(203, 190, 137) |
| HSL | hsl(48, 39%, 67%) |
| CMYK | cmyk(0%, 6%, 33%, 20%) |
| LAB | lab(76.9 -3.4 28.5) |
| LCH | lch(76.9 28.7 96.8) |
| OKLCH | oklch(0.799 0.071 96.0) |
Copy-ready code
/* CSS */
color: #cbbe89;
background-color: #cbbe89;
/* Tailwind (arbitrary) */
class="text-[#cbbe89] bg-[#cbbe89]"
/* SCSS */
$brand: #cbbe89;
/* SwiftUI */
Color(red: 0.796, green: 0.745, blue: 0.537)
/* Android */
Color.parseColor("#cbbe89")Accessibility — WCAG contrast
Aa
#cbbe89 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbe89 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow32.5%
Key (black)20.4%
Color previews
#cbbe89 text on a black background
contrast 11.27:1
Card sample
#cbbe89 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbe89;
Background color
Panel with #cbbe89 background
background-color: #cbbe89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbe89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 190, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 190, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbe89; background: linear-gradient(135deg, #cbbe89, #ACCB89);