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