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