#cfb093
a light, soft orange · warm · closest name: tan
RGB
207, 176, 147
HSL
29°, 39%, 69%
CMYK
0, 15, 29, 19
Luminance
0.4642
Every format
| HEX | #cfb093 |
| RGB | rgb(207, 176, 147) |
| HSL | hsl(29, 39%, 69%) |
| CMYK | cmyk(0%, 15%, 29%, 19%) |
| LAB | lab(73.8 6.9 19.0) |
| LCH | lch(73.8 20.2 70.1) |
| OKLCH | oklch(0.777 0.054 65.0) |
Copy-ready code
/* CSS */
color: #cfb093;
background-color: #cfb093;
/* Tailwind (arbitrary) */
class="text-[#cfb093] bg-[#cfb093]"
/* SCSS */
$brand: #cfb093;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.576)
/* Android */
Color.parseColor("#cfb093")Accessibility — WCAG contrast
Aa
#cfb093 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb093 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow29.0%
Key (black)18.8%
Color previews
#cfb093 text on a black background
contrast 10.28:1
Card sample
#cfb093 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb093;
Background color
Panel with #cfb093 background
background-color: #cfb093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb093; background: linear-gradient(135deg, #cfb093, #C6CF93);