#cfb596
a light, soft orange · warm · closest name: tan
RGB
207, 181, 150
HSL
33°, 37%, 70%
CMYK
0, 13, 28, 19
Luminance
0.4852
Every format
| HEX | #cfb596 |
| RGB | rgb(207, 181, 150) |
| HSL | hsl(33, 37%, 70%) |
| CMYK | cmyk(0%, 13%, 28%, 19%) |
| LAB | lab(75.2 4.6 19.3) |
| LCH | lch(75.2 19.8 76.5) |
| OKLCH | oklch(0.787 0.052 71.9) |
Copy-ready code
/* CSS */
color: #cfb596;
background-color: #cfb596;
/* Tailwind (arbitrary) */
class="text-[#cfb596] bg-[#cfb596]"
/* SCSS */
$brand: #cfb596;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.588)
/* Android */
Color.parseColor("#cfb596")Accessibility — WCAG contrast
Aa
#cfb596 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb596 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow27.5%
Key (black)18.8%
Color previews
#cfb596 text on a black background
contrast 10.70:1
Card sample
#cfb596 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb596;
Background color
Panel with #cfb596 background
background-color: #cfb596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb596; background: linear-gradient(135deg, #cfb596, #C3CF96);