#cccfad
a light, soft yellow · cool · closest name: beige
RGB
204, 207, 173
HSL
65°, 26%, 75%
CMYK
1, 0, 16, 19
Luminance
0.6048
Every format
| HEX | #cccfad |
| RGB | rgb(204, 207, 173) |
| HSL | hsl(65, 26%, 75%) |
| CMYK | cmyk(1%, 0%, 16%, 19%) |
| LAB | lab(82.1 -6.8 16.6) |
| LCH | lch(82.1 17.9 112.3) |
| OKLCH | oklch(0.843 0.046 111.5) |
Copy-ready code
/* CSS */
color: #cccfad;
background-color: #cccfad;
/* Tailwind (arbitrary) */
class="text-[#cccfad] bg-[#cccfad]"
/* SCSS */
$brand: #cccfad;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#cccfad")Accessibility — WCAG contrast
Aa
#cccfad on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfad on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue67.8%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#cccfad text on a black background
contrast 13.10:1
Card sample
#cccfad text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfad;
Background color
Panel with #cccfad background
background-color: #cccfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfad; background: linear-gradient(135deg, #cccfad, #B5CFAD);