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