#cfbeaf
a light, soft orange · warm · closest name: silver
RGB
207, 190, 175
HSL
28°, 25%, 75%
CMYK
0, 8, 16, 19
Luminance
0.5319
Every format
| HEX | #cfbeaf |
| RGB | rgb(207, 190, 175) |
| HSL | hsl(28, 25%, 75%) |
| CMYK | cmyk(0%, 8%, 16%, 19%) |
| LAB | lab(78.0 3.5 9.7) |
| LCH | lch(78.0 10.4 70.1) |
| OKLCH | oklch(0.812 0.028 63.9) |
Copy-ready code
/* CSS */
color: #cfbeaf;
background-color: #cfbeaf;
/* Tailwind (arbitrary) */
class="text-[#cfbeaf] bg-[#cfbeaf]"
/* SCSS */
$brand: #cfbeaf;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.686)
/* Android */
Color.parseColor("#cfbeaf")Accessibility — WCAG contrast
Aa
#cfbeaf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbeaf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow15.5%
Key (black)18.8%
Color previews
#cfbeaf text on a black background
contrast 11.64:1
Card sample
#cfbeaf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbeaf;
Background color
Panel with #cfbeaf background
background-color: #cfbeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbeaf; background: linear-gradient(135deg, #cfbeaf, #CBCFAF);