#cccfb4
a light, soft yellow · cool · closest name: beige
RGB
204, 207, 180
HSL
67°, 22%, 76%
CMYK
1, 0, 13, 19
Luminance
0.6076
Every format
| HEX | #cccfb4 |
| RGB | rgb(204, 207, 180) |
| HSL | hsl(67, 22%, 76%) |
| CMYK | cmyk(1%, 0%, 13%, 19%) |
| LAB | lab(82.3 -5.7 13.1) |
| LCH | lch(82.3 14.3 113.5) |
| OKLCH | oklch(0.845 0.037 112.3) |
Copy-ready code
/* CSS */
color: #cccfb4;
background-color: #cccfb4;
/* Tailwind (arbitrary) */
class="text-[#cccfb4] bg-[#cccfb4]"
/* SCSS */
$brand: #cccfb4;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.706)
/* Android */
Color.parseColor("#cccfb4")Accessibility — WCAG contrast
Aa
#cccfb4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfb4 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue70.6%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow13.0%
Key (black)18.8%
Color previews
#cccfb4 text on a black background
contrast 13.15:1
Card sample
#cccfb4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfb4;
Background color
Panel with #cccfb4 background
background-color: #cccfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfb4; background: linear-gradient(135deg, #cccfb4, #BACFB4);