#cbaf87
a light, soft orange · warm · “tan”
RGB
203, 175, 135
HSL
35°, 40%, 66%
CMYK
0, 14, 34, 20
Luminance
0.4511
Every format
| HEX | #cbaf87 |
| RGB | rgb(203, 175, 135) |
| HSL | hsl(35, 40%, 66%) |
| CMYK | cmyk(0%, 14%, 34%, 20%) |
| LAB | lab(73.0 4.3 24.3) |
| LCH | lch(73.0 24.7 80.0) |
| OKLCH | oklch(0.769 0.063 76.4) |
Copy-ready code
/* CSS */
color: #cbaf87;
background-color: #cbaf87;
/* Tailwind (arbitrary) */
class="text-[#cbaf87] bg-[#cbaf87]"
/* SCSS */
$brand: #cbaf87;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.529)
/* Android */
Color.parseColor("#cbaf87")Accessibility — WCAG contrast
Aa
#cbaf87 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf87 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow33.5%
Key (black)20.4%
Color previews
#cbaf87 text on a black background
contrast 10.02:1
Card sample
#cbaf87 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf87;
Background color
Panel with #cbaf87 background
background-color: #cbaf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf87; background: linear-gradient(135deg, #cbaf87, #BACB87);