#cfb397
a light, soft orange · warm · closest name: tan
RGB
207, 179, 151
HSL
30°, 37%, 70%
CMYK
0, 14, 27, 19
Luminance
0.4774
Every format
| HEX | #cfb397 |
| RGB | rgb(207, 179, 151) |
| HSL | hsl(30, 37%, 70%) |
| CMYK | cmyk(0%, 14%, 27%, 19%) |
| LAB | lab(74.7 5.8 18.0) |
| LCH | lch(74.7 18.9 72.1) |
| OKLCH | oklch(0.784 0.050 67.0) |
Copy-ready code
/* CSS */
color: #cfb397;
background-color: #cfb397;
/* Tailwind (arbitrary) */
class="text-[#cfb397] bg-[#cfb397]"
/* SCSS */
$brand: #cfb397;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.592)
/* Android */
Color.parseColor("#cfb397")Accessibility — WCAG contrast
Aa
#cfb397 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb397 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow27.1%
Key (black)18.8%
Color previews
#cfb397 text on a black background
contrast 10.55:1
Card sample
#cfb397 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb397;
Background color
Panel with #cfb397 background
background-color: #cfb397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb397; background: linear-gradient(135deg, #cfb397, #C6CF97);