#cf9e8b
a light, soft orange · warm · closest name: tan
RGB
207, 158, 139
HSL
17°, 42%, 68%
CMYK
0, 24, 33, 19
Luminance
0.3958
Every format
| HEX | #cf9e8b |
| RGB | rgb(207, 158, 139) |
| HSL | hsl(17, 42%, 68%) |
| CMYK | cmyk(0%, 24%, 33%, 19%) |
| LAB | lab(69.2 15.6 17.0) |
| LCH | lch(69.2 23.0 47.4) |
| OKLCH | oklch(0.740 0.065 42.2) |
Copy-ready code
/* CSS */
color: #cf9e8b;
background-color: #cf9e8b;
/* Tailwind (arbitrary) */
class="text-[#cf9e8b] bg-[#cf9e8b]"
/* SCSS */
$brand: #cf9e8b;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.545)
/* Android */
Color.parseColor("#cf9e8b")Accessibility — WCAG contrast
Aa
#cf9e8b on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9e8b on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow32.9%
Key (black)18.8%
Color previews
#cf9e8b text on a black background
contrast 8.92:1
Card sample
#cf9e8b text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9e8b;
Background color
Panel with #cf9e8b background
background-color: #cf9e8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9e8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9e8b; background: linear-gradient(135deg, #cf9e8b, #CFCB8B);