#cfbeac
a light, soft orange · warm · closest name: silver
RGB
207, 190, 172
HSL
31°, 27%, 74%
CMYK
0, 8, 17, 19
Luminance
0.5307
Every format
| HEX | #cfbeac |
| RGB | rgb(207, 190, 172) |
| HSL | hsl(31, 27%, 74%) |
| CMYK | cmyk(0%, 8%, 17%, 19%) |
| LAB | lab(77.9 3.0 11.3) |
| LCH | lch(77.9 11.7 74.8) |
| OKLCH | oklch(0.811 0.031 69.0) |
Copy-ready code
/* CSS */
color: #cfbeac;
background-color: #cfbeac;
/* Tailwind (arbitrary) */
class="text-[#cfbeac] bg-[#cfbeac]"
/* SCSS */
$brand: #cfbeac;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.675)
/* Android */
Color.parseColor("#cfbeac")Accessibility — WCAG contrast
Aa
#cfbeac on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbeac on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow16.9%
Key (black)18.8%
Color previews
#cfbeac text on a black background
contrast 11.61:1
Card sample
#cfbeac text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbeac;
Background color
Panel with #cfbeac background
background-color: #cfbeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbeac; background: linear-gradient(135deg, #cfbeac, #C9CFAC);