#cfb48f
a light, soft orange · warm · “tan”
RGB
207, 180, 143
HSL
35°, 40%, 69%
CMYK
0, 13, 31, 19
Luminance
0.4789
Every format
| HEX | #cfb48f |
| RGB | rgb(207, 180, 143) |
| HSL | hsl(35, 40%, 69%) |
| CMYK | cmyk(0%, 13%, 31%, 19%) |
| LAB | lab(74.8 4.2 22.5) |
| LCH | lch(74.8 22.9 79.3) |
| OKLCH | oklch(0.784 0.059 75.4) |
Copy-ready code
/* CSS */
color: #cfb48f;
background-color: #cfb48f;
/* Tailwind (arbitrary) */
class="text-[#cfb48f] bg-[#cfb48f]"
/* SCSS */
$brand: #cfb48f;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.561)
/* Android */
Color.parseColor("#cfb48f")Accessibility — WCAG contrast
Aa
#cfb48f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb48f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow30.9%
Key (black)18.8%
Color previews
#cfb48f text on a black background
contrast 10.58:1
Card sample
#cfb48f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb48f;
Background color
Panel with #cfb48f background
background-color: #cfb48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb48f; background: linear-gradient(135deg, #cfb48f, #BFCF8F);