#cbba91
a light, soft yellow · warm · closest name: tan
RGB
203, 186, 145
HSL
42°, 36%, 68%
CMYK
0, 8, 29, 20
Luminance
0.4986
Every format
| HEX | #cbba91 |
| RGB | rgb(203, 186, 145) |
| HSL | hsl(42, 36%, 68%) |
| CMYK | cmyk(0%, 8%, 29%, 20%) |
| LAB | lab(76.0 -0.3 23.0) |
| LCH | lch(76.0 23.0 90.6) |
| OKLCH | oklch(0.793 0.058 88.1) |
Copy-ready code
/* CSS */
color: #cbba91;
background-color: #cbba91;
/* Tailwind (arbitrary) */
class="text-[#cbba91] bg-[#cbba91]"
/* SCSS */
$brand: #cbba91;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.569)
/* Android */
Color.parseColor("#cbba91")Accessibility — WCAG contrast
Aa
#cbba91 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba91 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow28.6%
Key (black)20.4%
Color previews
#cbba91 text on a black background
contrast 10.97:1
Card sample
#cbba91 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba91;
Background color
Panel with #cbba91 background
background-color: #cbba91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba91; background: linear-gradient(135deg, #cbba91, #B5CB91);