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