#cfa094
a light, soft red · warm · closest name: tan
RGB
207, 160, 148
HSL
12°, 38%, 70%
CMYK
0, 23, 29, 19
Luminance
0.4055
Every format
| HEX | #cfa094 |
| RGB | rgb(207, 160, 148) |
| HSL | hsl(12, 38%, 70%) |
| CMYK | cmyk(0%, 23%, 29%, 19%) |
| LAB | lab(69.9 15.7 13.0) |
| LCH | lch(69.9 20.3 39.6) |
| OKLCH | oklch(0.746 0.059 34.7) |
Copy-ready code
/* CSS */
color: #cfa094;
background-color: #cfa094;
/* Tailwind (arbitrary) */
class="text-[#cfa094] bg-[#cfa094]"
/* SCSS */
$brand: #cfa094;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.580)
/* Android */
Color.parseColor("#cfa094")Accessibility — WCAG contrast
Aa
#cfa094 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa094 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow28.5%
Key (black)18.8%
Color previews
#cfa094 text on a black background
contrast 9.11:1
Card sample
#cfa094 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa094;
Background color
Panel with #cfa094 background
background-color: #cfa094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa094; background: linear-gradient(135deg, #cfa094, #CFC794);