#cfb2a2
a light, soft orange · warm · closest name: tan
RGB
207, 178, 162
HSL
21°, 32%, 72%
CMYK
0, 14, 22, 19
Luminance
0.4771
Every format
| HEX | #cfb2a2 |
| RGB | rgb(207, 178, 162) |
| HSL | hsl(21, 32%, 72%) |
| CMYK | cmyk(0%, 14%, 22%, 19%) |
| LAB | lab(74.7 7.9 12.0) |
| LCH | lch(74.7 14.4 56.6) |
| OKLCH | oklch(0.784 0.040 50.7) |
Copy-ready code
/* CSS */
color: #cfb2a2;
background-color: #cfb2a2;
/* Tailwind (arbitrary) */
class="text-[#cfb2a2] bg-[#cfb2a2]"
/* SCSS */
$brand: #cfb2a2;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.635)
/* Android */
Color.parseColor("#cfb2a2")Accessibility — WCAG contrast
Aa
#cfb2a2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2a2 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow21.7%
Key (black)18.8%
Color previews
#cfb2a2 text on a black background
contrast 10.54:1
Card sample
#cfb2a2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2a2;
Background color
Panel with #cfb2a2 background
background-color: #cfb2a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2a2; background: linear-gradient(135deg, #cfb2a2, #CECFA2);