#cbaf91
a light, soft orange · warm · closest name: tan
RGB
203, 175, 145
HSL
31°, 36%, 68%
CMYK
0, 14, 29, 20
Luminance
0.4540
Every format
| HEX | #cbaf91 |
| RGB | rgb(203, 175, 145) |
| HSL | hsl(31, 36%, 68%) |
| CMYK | cmyk(0%, 14%, 29%, 20%) |
| LAB | lab(73.2 5.6 19.1) |
| LCH | lch(73.2 19.9 73.7) |
| OKLCH | oklch(0.771 0.052 68.9) |
Copy-ready code
/* CSS */
color: #cbaf91;
background-color: #cbaf91;
/* Tailwind (arbitrary) */
class="text-[#cbaf91] bg-[#cbaf91]"
/* SCSS */
$brand: #cbaf91;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.569)
/* Android */
Color.parseColor("#cbaf91")Accessibility — WCAG contrast
Aa
#cbaf91 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf91 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow28.6%
Key (black)20.4%
Color previews
#cbaf91 text on a black background
contrast 10.08:1
Card sample
#cbaf91 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf91;
Background color
Panel with #cbaf91 background
background-color: #cbaf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf91; background: linear-gradient(135deg, #cbaf91, #C0CB91);