#cfb39b
a light, soft orange · warm · closest name: tan
RGB
207, 179, 155
HSL
28°, 35%, 71%
CMYK
0, 14, 25, 19
Luminance
0.4787
Every format
| HEX | #cfb39b |
| RGB | rgb(207, 179, 155) |
| HSL | hsl(28, 35%, 71%) |
| CMYK | cmyk(0%, 14%, 25%, 19%) |
| LAB | lab(74.8 6.4 16.0) |
| LCH | lch(74.8 17.2 68.2) |
| OKLCH | oklch(0.785 0.046 62.7) |
Copy-ready code
/* CSS */
color: #cfb39b;
background-color: #cfb39b;
/* Tailwind (arbitrary) */
class="text-[#cfb39b] bg-[#cfb39b]"
/* SCSS */
$brand: #cfb39b;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.608)
/* Android */
Color.parseColor("#cfb39b")Accessibility — WCAG contrast
Aa
#cfb39b on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb39b on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow25.1%
Key (black)18.8%
Color previews
#cfb39b text on a black background
contrast 10.57:1
Card sample
#cfb39b text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb39b;
Background color
Panel with #cfb39b background
background-color: #cfb39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb39b; background: linear-gradient(135deg, #cfb39b, #C8CF9B);