#cfc5ba
a light, soft orange · warm · closest name: silver
RGB
207, 197, 186
HSL
31°, 18%, 77%
CMYK
0, 5, 10, 19
Luminance
0.5674
Every format
| HEX | #cfc5ba |
| RGB | rgb(207, 197, 186) |
| HSL | hsl(31, 18%, 77%) |
| CMYK | cmyk(0%, 5%, 10%, 19%) |
| LAB | lab(80.0 1.6 6.8) |
| LCH | lch(80.0 7.0 76.7) |
| OKLCH | oklch(0.829 0.019 70.2) |
Copy-ready code
/* CSS */
color: #cfc5ba;
background-color: #cfc5ba;
/* Tailwind (arbitrary) */
class="text-[#cfc5ba] bg-[#cfc5ba]"
/* SCSS */
$brand: #cfc5ba;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#cfc5ba")Accessibility — WCAG contrast
Aa
#cfc5ba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc5ba on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow10.1%
Key (black)18.8%
Color previews
#cfc5ba text on a black background
contrast 12.35:1
Card sample
#cfc5ba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc5ba;
Background color
Panel with #cfc5ba background
background-color: #cfc5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc5ba; background: linear-gradient(135deg, #cfc5ba, #CBCFBA);