#cfb899
a light, soft orange · warm · closest name: tan
RGB
207, 184, 153
HSL
34°, 36%, 71%
CMYK
0, 11, 26, 19
Luminance
0.4985
Every format
| HEX | #cfb899 |
| RGB | rgb(207, 184, 153) |
| HSL | hsl(34, 36%, 71%) |
| CMYK | cmyk(0%, 11%, 26%, 19%) |
| LAB | lab(76.0 3.4 18.8) |
| LCH | lch(76.0 19.1 79.6) |
| OKLCH | oklch(0.794 0.050 75.2) |
Copy-ready code
/* CSS */
color: #cfb899;
background-color: #cfb899;
/* Tailwind (arbitrary) */
class="text-[#cfb899] bg-[#cfb899]"
/* SCSS */
$brand: #cfb899;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.600)
/* Android */
Color.parseColor("#cfb899")Accessibility — WCAG contrast
Aa
#cfb899 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb899 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow26.1%
Key (black)18.8%
Color previews
#cfb899 text on a black background
contrast 10.97:1
Card sample
#cfb899 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb899;
Background color
Panel with #cfb899 background
background-color: #cfb899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb899; background: linear-gradient(135deg, #cfb899, #C2CF99);