#cbbc90
a light, soft yellow · warm · closest name: tan
RGB
203, 188, 144
HSL
45°, 36%, 68%
CMYK
0, 7, 29, 20
Luminance
0.5068
Every format
| HEX | #cbbc90 |
| RGB | rgb(203, 188, 144) |
| HSL | hsl(45, 36%, 68%) |
| CMYK | cmyk(0%, 7%, 29%, 20%) |
| LAB | lab(76.5 -1.4 24.2) |
| LCH | lch(76.5 24.3 93.4) |
| OKLCH | oklch(0.797 0.061 91.5) |
Copy-ready code
/* CSS */
color: #cbbc90;
background-color: #cbbc90;
/* Tailwind (arbitrary) */
class="text-[#cbbc90] bg-[#cbbc90]"
/* SCSS */
$brand: #cbbc90;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#cbbc90")Accessibility — WCAG contrast
Aa
#cbbc90 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbc90 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow29.1%
Key (black)20.4%
Color previews
#cbbc90 text on a black background
contrast 11.14:1
Card sample
#cbbc90 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbc90;
Background color
Panel with #cbbc90 background
background-color: #cbbc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbc90; background: linear-gradient(135deg, #cbbc90, #B3CB90);