#cfb28f
a light, soft orange · warm · closest name: tan
RGB
207, 178, 143
HSL
33°, 40%, 69%
CMYK
0, 14, 31, 19
Luminance
0.4709
Every format
| HEX | #cfb28f |
| RGB | rgb(207, 178, 143) |
| HSL | hsl(33, 40%, 69%) |
| CMYK | cmyk(0%, 14%, 31%, 19%) |
| LAB | lab(74.3 5.3 21.8) |
| LCH | lch(74.3 22.4 76.3) |
| OKLCH | oklch(0.780 0.058 72.1) |
Copy-ready code
/* CSS */
color: #cfb28f;
background-color: #cfb28f;
/* Tailwind (arbitrary) */
class="text-[#cfb28f] bg-[#cfb28f]"
/* SCSS */
$brand: #cfb28f;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.561)
/* Android */
Color.parseColor("#cfb28f")Accessibility — WCAG contrast
Aa
#cfb28f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb28f on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow30.9%
Key (black)18.8%
Color previews
#cfb28f text on a black background
contrast 10.42:1
Card sample
#cfb28f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb28f;
Background color
Panel with #cfb28f background
background-color: #cfb28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb28f; background: linear-gradient(135deg, #cfb28f, #C1CF8F);