#c69f8c
a light, soft orange · warm · closest name: tan
RGB
198, 159, 140
HSL
20°, 34%, 66%
CMYK
0, 20, 29, 22
Luminance
0.3870
Every format
| HEX | #c69f8c |
| RGB | rgb(198, 159, 140) |
| HSL | hsl(20, 34%, 66%) |
| CMYK | cmyk(0%, 20%, 29%, 22%) |
| LAB | lab(68.5 11.7 15.4) |
| LCH | lch(68.5 19.3 52.9) |
| OKLCH | oklch(0.733 0.054 47.3) |
Copy-ready code
/* CSS */
color: #c69f8c;
background-color: #c69f8c;
/* Tailwind (arbitrary) */
class="text-[#c69f8c] bg-[#c69f8c]"
/* SCSS */
$brand: #c69f8c;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.549)
/* Android */
Color.parseColor("#c69f8c")Accessibility — WCAG contrast
Aa
#c69f8c on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69f8c on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow29.3%
Key (black)22.4%
Color previews
#c69f8c text on a black background
contrast 8.74:1
Card sample
#c69f8c text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69f8c;
Background color
Panel with #c69f8c background
background-color: #c69f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69f8c; background: linear-gradient(135deg, #c69f8c, #C6C68C);