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