#cfb79f
a light, soft orange · warm · closest name: tan
RGB
207, 183, 159
HSL
30°, 33%, 72%
CMYK
0, 12, 23, 19
Luminance
0.4964
Every format
| HEX | #cfb79f |
| RGB | rgb(207, 183, 159) |
| HSL | hsl(30, 33%, 72%) |
| CMYK | cmyk(0%, 12%, 23%, 19%) |
| LAB | lab(75.8 4.8 15.4) |
| LCH | lch(75.8 16.1 72.6) |
| OKLCH | oklch(0.794 0.043 67.1) |
Copy-ready code
/* CSS */
color: #cfb79f;
background-color: #cfb79f;
/* Tailwind (arbitrary) */
class="text-[#cfb79f] bg-[#cfb79f]"
/* SCSS */
$brand: #cfb79f;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.624)
/* Android */
Color.parseColor("#cfb79f")Accessibility — WCAG contrast
Aa
#cfb79f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb79f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow23.2%
Key (black)18.8%
Color previews
#cfb79f text on a black background
contrast 10.93:1
Card sample
#cfb79f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb79f;
Background color
Panel with #cfb79f background
background-color: #cfb79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb79f; background: linear-gradient(135deg, #cfb79f, #C7CF9F);