#cccfba
a light, soft yellow · cool · closest name: silver
RGB
204, 207, 186
HSL
69°, 18%, 77%
CMYK
1, 0, 10, 19
Luminance
0.6101
Every format
| HEX | #cccfba |
| RGB | rgb(204, 207, 186) |
| HSL | hsl(69, 18%, 77%) |
| CMYK | cmyk(1%, 0%, 10%, 19%) |
| LAB | lab(82.4 -4.7 10.1) |
| LCH | lch(82.4 11.1 115.0) |
| OKLCH | oklch(0.846 0.029 113.6) |
Copy-ready code
/* CSS */
color: #cccfba;
background-color: #cccfba;
/* Tailwind (arbitrary) */
class="text-[#cccfba] bg-[#cccfba]"
/* SCSS */
$brand: #cccfba;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#cccfba")Accessibility — WCAG contrast
Aa
#cccfba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfba on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue72.9%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cccfba text on a black background
contrast 13.20:1
Card sample
#cccfba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfba;
Background color
Panel with #cccfba background
background-color: #cccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfba; background: linear-gradient(135deg, #cccfba, #BECFBA);