#cfb693
a light, soft orange · warm · closest name: tan
RGB
207, 182, 147
HSL
35°, 39%, 69%
CMYK
0, 12, 29, 19
Luminance
0.4883
Every format
| HEX | #cfb693 |
| RGB | rgb(207, 182, 147) |
| HSL | hsl(35, 39%, 69%) |
| CMYK | cmyk(0%, 12%, 29%, 19%) |
| LAB | lab(75.3 3.7 21.1) |
| LCH | lch(75.3 21.4 80.1) |
| OKLCH | oklch(0.789 0.055 76.1) |
Copy-ready code
/* CSS */
color: #cfb693;
background-color: #cfb693;
/* Tailwind (arbitrary) */
class="text-[#cfb693] bg-[#cfb693]"
/* SCSS */
$brand: #cfb693;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.576)
/* Android */
Color.parseColor("#cfb693")Accessibility — WCAG contrast
Aa
#cfb693 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb693 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow29.0%
Key (black)18.8%
Color previews
#cfb693 text on a black background
contrast 10.77:1
Card sample
#cfb693 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb693;
Background color
Panel with #cfb693 background
background-color: #cfb693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb693; background: linear-gradient(135deg, #cfb693, #C0CF93);