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