#cfafa2
a light, soft orange · warm · closest name: tan
RGB
207, 175, 162
HSL
17°, 32%, 72%
CMYK
0, 16, 22, 19
Luminance
0.4653
Every format
| HEX | #cfafa2 |
| RGB | rgb(207, 175, 162) |
| HSL | hsl(17, 32%, 72%) |
| CMYK | cmyk(0%, 16%, 22%, 19%) |
| LAB | lab(73.9 9.6 11.0) |
| LCH | lch(73.9 14.5 49.0) |
| OKLCH | oklch(0.778 0.042 43.3) |
Copy-ready code
/* CSS */
color: #cfafa2;
background-color: #cfafa2;
/* Tailwind (arbitrary) */
class="text-[#cfafa2] bg-[#cfafa2]"
/* SCSS */
$brand: #cfafa2;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.635)
/* Android */
Color.parseColor("#cfafa2")Accessibility — WCAG contrast
Aa
#cfafa2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfafa2 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow21.7%
Key (black)18.8%
Color previews
#cfafa2 text on a black background
contrast 10.31:1
Card sample
#cfafa2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfafa2;
Background color
Panel with #cfafa2 background
background-color: #cfafa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfafa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfafa2; background: linear-gradient(135deg, #cfafa2, #CFCDA2);