#cfcdc2
a light, muted yellow · cool · closest name: silver
RGB
207, 205, 194
HSL
51°, 12%, 79%
CMYK
0, 1, 6, 19
Luminance
0.6082
Every format
| HEX | #cfcdc2 |
| RGB | rgb(207, 205, 194) |
| HSL | hsl(51, 12%, 79%) |
| CMYK | cmyk(0%, 1%, 6%, 19%) |
| LAB | lab(82.3 -1.3 5.7) |
| LCH | lch(82.3 5.8 102.3) |
| OKLCH | oklch(0.847 0.015 98.3) |
Copy-ready code
/* CSS */
color: #cfcdc2;
background-color: #cfcdc2;
/* Tailwind (arbitrary) */
class="text-[#cfcdc2] bg-[#cfcdc2]"
/* SCSS */
$brand: #cfcdc2;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#cfcdc2")Accessibility — WCAG contrast
Aa
#cfcdc2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdc2 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow6.3%
Key (black)18.8%
Color previews
#cfcdc2 text on a black background
contrast 13.16:1
Card sample
#cfcdc2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdc2;
Background color
Panel with #cfcdc2 background
background-color: #cfcdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdc2; background: linear-gradient(135deg, #cfcdc2, #C8CFC2);