#cbaf7c
a balanced, soft orange · warm · closest name: tan
RGB
203, 175, 124
HSL
39°, 43%, 64%
CMYK
0, 14, 39, 20
Luminance
0.4481
Every format
| HEX | #cbaf7c |
| RGB | rgb(203, 175, 124) |
| HSL | hsl(39, 43%, 64%) |
| CMYK | cmyk(0%, 14%, 39%, 20%) |
| LAB | lab(72.8 3.0 29.9) |
| LCH | lch(72.8 30.1 84.3) |
| OKLCH | oklch(0.766 0.075 82.1) |
Copy-ready code
/* CSS */
color: #cbaf7c;
background-color: #cbaf7c;
/* Tailwind (arbitrary) */
class="text-[#cbaf7c] bg-[#cbaf7c]"
/* SCSS */
$brand: #cbaf7c;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#cbaf7c")Accessibility — WCAG contrast
Aa
#cbaf7c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf7c on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow38.9%
Key (black)20.4%
Color previews
#cbaf7c text on a black background
contrast 9.96:1
Card sample
#cbaf7c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf7c;
Background color
Panel with #cbaf7c background
background-color: #cbaf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf7c; background: linear-gradient(135deg, #cbaf7c, #B2CB7C);